This project seeks to create a small fractal exploration program. The program has 8 different types of fractals, in which some vary with the mouse. Using the mouse, one can also zoom in and zoom out, change colors, and reset the fractals to the default values. There's also a play of color to feel the depth of each fractal.
Run the following commands:
- To compile
make
- To remove objects:
make clean
- To remove objects and binary file (program):
make fclean
- To re-compile:
make re
To execute the program:
./fractol <fractal-name>
See usage message to see a list of available fractals
Try running the following:
./fractol mandelbrot
./fractol julia
./fractol sphere
Usage message and controls:
Program running: