Fract'ol is a 42 project. The purpose of this project is to create fractal renderer.
MAC OS IS ONLY SUPPORTED
Clone repository and then go into the created directory and run the following command:
make
You can run the project with the following command:
./fractol <name>
For example, you can specify Mandelbrot fractal:
./fractol Mandelbrot