This project is aimed to recreate fractals (Mandelbrot set, Julia set and Burning ship set)
A fractal is an “infinitely fragmented” geometric object, its details are observable at an arbitrarily chosen scale which gives it a psychedelic effect!
$> make all
$> ./fractol mandelbrot
$> ./fractol julia1
?> ./fractol julia2
$> make bonus
$> ./fractol_bonus burningship
- Switch between fractals : mandelbrot, julia (julia1/julia2/julia3/julia4/julia5/julia6), burningship.
- Zoom in and out using the mouse wheel.
- Different colors patterns, you can change them with 1/2/3/4/5.
- Move the fractals with keyboard arrows.
- ESC or close the window to exit.