https://github.com/mendess/chaosgame
Small haskell program inpired by the Chaos Game video by Numberphile
https://github.com/mendess/chaosgame
Last synced: 3 months ago
JSON representation
Small haskell program inpired by the Chaos Game video by Numberphile
- Host: GitHub
- URL: https://github.com/mendess/chaosgame
- Owner: mendess
- License: mit
- Created: 2018-02-07T12:15:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T15:05:22.000Z (over 7 years ago)
- Last Synced: 2025-02-08T22:46:28.073Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChaosGame

This small project is inspired by the numberphile [video](https://www.youtube.com/watch?v=kbKtFN71Lfs) where they go over patterns created from randomness.
After running the program just use the number keys to change the number of anchor points and the arrow keys to change between mid-point jumps, third of the way jumps, etc.
### Installation
#### Dependecies
* openGL
`sudo apt-get install freeglut3 freeglut3-dev`
* [Gloss](https://hackage.haskell.org/package/gloss)
`cabal install gloss`#### Executing
Just run the makefile which will also run the program
`make`