Fractol is a graphical project using 42's mlx library to create and explore fractals. This was my favorite project in the 42 core curriculum so far!
Description | Key(s) |
Close the program (aka quit/exit) | esc |
Color shifting | space |
Change colorscheme | 1 2 3 |
Reset back to original colorscheme | 0 |
Increase the global size of the fractal (aka zoom) | + |
Decrease the global size of the fractal (aka unzoom) | - |
Move the fractal to the up (aka move up) | ▲ |
Move the fractal to the down (aka move down) | ▼ |
Move the fractal to the left (aka width move left) | ◄ |
Move the fractal to the right (aka move right) | ► |
Increase iterations (in the numberpad) | + |
Decrease iterations (in the numberpad) | - |
Display the Mandelbrot fractal | m |
Display the Julia fractal | j |
Display the Burning Ship fractal | b |
Description | Control(s) |
Zoom in | scroll up |
Zoom out | scroll down |
https://davidsaltacc.github.io/pages/generative-art/fractals-v4 https://complex-analysis.com/content/mandelbrot_set.html#:~:text=Essentially%2C%20the%20Mandelbrot%20set%20is,growing%20values)%20lie%20outside%20it.
If you want to contact me, or fix/improve Fractol, just send me a mail at [email protected]