- Render different fractals : mandelbrot, julia and burningship.
- Smooth Coloring: gradient based coloring technique for more visually appealing fractal rendering.
- Graceful Exit: Close the application with ESC key or windows close button.
- Customizable Julia Sets: Adjust parameters to create various Julia sets.
clone the project
git clone https://github.com/leogaudin/fract-ol.git
compile the program
make && make clean
and execute the program
./fractol [fractol_name]
- MinilibX is the graphical library used for rendering.