Second project of the Graphic Branch of 42.
Educational project in School 42 (UNIT Factory Kyiv).
Task: Fractol is a project aimed at exploring fractals, mathematical sets that exhibit a repeating pattern displayed at every scale.
Fractol is written in C language with the use of the library mlx(minilibx).
git clone https://github.com/vzamyati/Fract-ol.git
cd Fract-ol
make
./fractol name_of_fractal
mandelbrot || M julia || J burningship || S cube || C brain || B hirosima || H
- Valeriia Zamyatina - vzamyati