version | 1.0.1 |
license | MIT |
native-modules | False |
elm-version | 0.17.1 <= v < 0.18.0 |
Tag | 1.0.1 |
Committed At | 2016-08-16 22:23:01 UTC |
An implementation of Sierpinski triangle in Elm.
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