Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.75 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.75 KB

Fract'ol

Usage

-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                    ║
╚════════════════════════════════════════════════════╝

Bonuses

1-The interface and usages :

-A User-Friendly interface that gives some additonal infomations and fonctionalities.

alt tag

  1. The name of the fractal and his number on the list.
  2. The actual number of iterations.
  3. Arrow buttons to switch between fractals (clickable).
  4. A little indicator of your position in the list.
  5. Indicator to know if your fractal variables are locked or not (for julia-like fractals).
  6. Change colors with the little palette on the side (clickable).

alt tag

  1. Smooth colors ? why not ? (press P)

alt tag

  1. There is a little more: click on the ? button to have more information about all Bonuses.

alt tag

2-The Fractals :

The Classics :

alt tag

More Fractals :

atl tag

Special one :

alt tag

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.