-Compile using the command make
then an executable named fractol will appear execute ./fractol [fractal name]
to run the program:
$> ./fractol
╔════════════════════════════════════════════════════╗
║ Fact'ol ║
╠════════════════════════════════════════════════════╣
║ *1- Mandelbrot ║
║ *2- Tricorn ║
║ *3- Julia ║
║ *4- Burning Ship ║
║ *5- Burning Julia ║
║ *6- Julia Cross ║
║ *7- Multibrot ║
╚════════════════════════════════════════════════════╝
-A User-Friendly interface that gives some additonal infomations and fonctionalities.
- The name of the fractal and his number on the list.
- The actual number of iterations.
- Arrow buttons to switch between fractals (clickable).
- A little indicator of your position in the list.
- Indicator to know if your fractal variables are locked or not (for julia-like fractals).
- Change colors with the little palette on the side (clickable).
- Smooth colors ? why not ? (press P)
- There is a little more: click on the ? button to have more information about all Bonuses.
This fractal is using the general solution of Zn so it is really slow, it's just a demonstration of how each power of the Multibrot should look like.