Skip to content

halfzebra/elm-sierpinski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sierpinski triangle in Elm

An implementation of Sierpinski triangle in Elm.

Check out the example in action

Implements recursive algorithm and relies on elm-lang/graphics.

Build Status

Sierpinski Triangle in Elm

The project includes simple demo project.

Building the example

Run the following commands in your terminal:

$ cd example/
$ elm-make Main.elm --output=index.js