This project is meant to create graphically beautiful fractals.
Aim of this project is to explore a variety of fractals, mathematical sets that exhibit a repeating pattern displayed at every scale.
git clone https://github.com/mbortnichuk/42_Fract-ol.git
cd 42_Fract-ol
make
./fractol 3 (will display Trijulia)
0.Julia 1.Mandelbrot 2.Burning ship 3.Trijulia 4.Tribrot 5.Excalibur 6.Quadjulia 7.Quadrobrot 8.Ghosts
- Mouse: zoom in/out
- Arrow keys: real/imaginary axes
- +/-: incr/decr iteration limit
- r: reset current fractal
- f: stop mouse tracking (Julia fractals)
- p: psycho mode
- c: toggle palettes
- s: surprise color
- d: psycho color surprise
- l: linear continuous mode
- esc: exit
- Available Fractals
- Mariana Bortnichuk - mbortnic