This project is a program to draw a fractal.
A fractal is a figure with a geometric structure that has a special property called "self-similarity". In this program, you can experience "self-similarity" by drawing fractals using the C language, and expanding and contracting them.
There are three fractals that can be drawn: Mandelbrot set, Julia set, and Burningship.
- Linux
- MacOS
- open, close, read, write, printf, malloc, free, perror, strerror, exit
- All functions of the math library (-lm man 3 math)
- All functions of the MinilibX
make
./fractol <name>
The following three fractals can be entered in <name>.
- mandelbrot
- julia
- burningship
./fractol julia