Small fractal exploration program. The program has 8 different types of fractals, in which some vary with the mouse.
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:
make
make clean
make fclean
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: