Fract-ol project developed for the 42School in a Ubuntu environment. In the mandatory part we need to present the Julia and Mandelbrot Fractal Sets.
For the bonus we are asked to choose another Set and I chose the Burning Ship (calculated by only using the real part of the Mandelbrot calculations).
- Render different fractals: mandelbrot, julia, burning ship
- Change to different color schemes
- The mouse wheel zooms in and out, almost infinitely (within the limits of the computer)
- Move the image with the arrow keys
- Reset to the inicial image/ reset zoom
Run make
then run it with ./fractol [fractal]
. Possible fractals are: julia
, mandelbrot
,
burning
. Cycle color-schemes with +
and -
on the right numpad. Zoom in and out with the
mousewheel.