/sierpinski-hexagon

A simulation of a Sierpiński Hexagon made by plotting the centroids of equilateral triangles on the sides of a hexagon.

Primary LanguageElm

sierpinski-hexagon

Inspired by this same project by @chidiwilliams

A simulation of a Sierpiński Hexagon made by plotting the centroids of equilateral triangles on the sides of a hexagon.

Requirements

  • Docker (v18.03+)

To check it out, clone the repo and run the either of the following commands from the root directory

docker-compose up --build

or

docker run --rm -p 55099:8000 $(docker build -q .)

The project should be running at sierpinski-hexagon