https://github.com/2hgo/sierpinski-hexagon
A simulation of a Sierpiński Hexagon made by plotting the centroids of equilateral triangles on the sides of a hexagon.
https://github.com/2hgo/sierpinski-hexagon
Last synced: about 1 month ago
JSON representation
A simulation of a Sierpiński Hexagon made by plotting the centroids of equilateral triangles on the sides of a hexagon.
- Host: GitHub
- URL: https://github.com/2hgo/sierpinski-hexagon
- Owner: 2HgO
- Created: 2020-06-19T02:59:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T03:45:20.000Z (about 6 years ago)
- Last Synced: 2025-03-01T19:14:38.987Z (over 1 year ago)
- Language: Elm
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# sierpinski-hexagon
Inspired by [this same project](https://github.com/chidiwilliams/sierpinski-hexagon) by [@chidiwilliams](https://github.com/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
```bash
docker-compose up --build
```
or
```bash
docker run --rm -p 55099:8000 $(docker build -q .)
```
The project should be running at [sierpinski-hexagon](http://localhost:8000/src/Main.elm)