Summary
This project is about creating graphically beautiful fractals.
Fractals · Install · Usage · Useful links · Credits · Screenshots
- Mandelbrot
- Julia
- Newton
git clone https://github.com/Nikappa57/Fractol-42.git
cd Fractol-42
make
./fractol [mandelbrot | newton] <max iteration>
./fractol julia <max iteration> (real) (imaginary)
| Key | Action |
| WASD / arrow | Move |
| I | Increase iteration |
| O | Decrease iteration |
| + | Increase zoom |
| - | Decrease zoom |
| R | Reset |
| ESC | Quit |
| Mouse wheel | Zoom |
| C | Change color |
| T | Lock Julia / Change color system Newton |
| V | Toggle view info |
- mlx: agavrel CheatSheet | 42 doc
- color: csharphelper.com | paridebroggi.com
- julia set wikipedia
- fractal algorithms albertostrumia.it





















