/Fract-ol

Découvrez la programmation 2D et l'univers psychédelique des fractales grâce à ce projet à réaliser avec la minilibX

Primary LanguageC

Fract-ol

Second project of the Graphic Branch of 42.

DESCRIPTION

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).

INSTALL

git clone https://github.com/vzamyati/Fract-ol.git
cd Fract-ol
make
./fractol name_of_fractal

Fractals that are available:

mandelbrot || M julia || J burningship || S cube || C brain || B hirosima || H

Author