Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.15 KB

École 42

Fract'ol

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.

Getting Started

Compiling

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

Executing

To execute the program:

./fractol <fractal-name>

See usage message to see a list of available fractals

Try it!

Try running the following:

./fractol mandelbrot

./fractol julia

./fractol sphere

Screenshots

Usage message and controls:

Program running: