/fractol

#6th project @Ecole42

Primary LanguageC

fractol

#6 Project

Fractol is a little program that displays three of the most famous abstract fractals.

  • Compiling
  • make
  • Running
  • ./fractol [fractal_type] Fractal types are :
    • Mandelbrot
    • Julia
    • Burningship
  • Cleaning
  • fclean
With each type of fractals, you can increase the number of iterations with 'w' or decrease it with 's'. You can also switch to a different color set with 'a' and 'd'.
You can also zoom in or out with your mouse scroll.
For Julia, the starting point will move, following your mouse pointer. To pause the movements, press 'space'. Press it again to resume it.