Skip to content

Small fractal exploration program. The program has 8 different types of fractals, in which some vary with the mouse.

Notifications You must be signed in to change notification settings

jraleman/42_Fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

É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:

About

Small fractal exploration program. The program has 8 different types of fractals, in which some vary with the mouse.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published