An implementation of Sierpinski triangle in Elm.
Check out the example in action ✨
Implements recursive algorithm and relies on elm-lang/graphics
.
The project includes simple demo project.
Run the following commands in your terminal:
$ cd example/
$ elm-make Main.elm --output=index.js