Tagged in

Elm

theburningmonk.com
theburningmonk.com
the personal blog for Yan Cui
More information
Followers
926
Elsewhere
More, on Medium

fun with Elm and L-System : pythagoras tree

This is part 2 of a series.

Last time out we implemented the Algae example from the L-System wikipedia page.

Frankly, it wasn’t very exciting at all, but still we needed to lay the ground work for stuff…


fun with Elm and L-System : algae

This is part 1 of a series.

Friday was my last day at Gamesys, bringing to an end a wonderful 6 years I’ve enjoyed at the company. Seeing as I’m starting my new job at JustEat in November, so for the first time in almost 10 years I have time on…


Make flame with Elm

A friend of mine, Roger Engelber, pointed me to a nice article on doing functional programming in Lua. The article detailed the steps to generate a flame like effects using a simple particle system.