An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ChaosGame

![partial3anchor](images/partial3anchor_0-5x.png)

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`