A 42 school project. Draw fractals on a display via a single threaded program. Uses Minilibx (made by Ecole42 : https://harm-smits.github.io/42docs/libs/minilibx/getting_started.html).
Install MiniLibx dependencies.
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-devClone the project
git clone git@github.com:PliegerNicolas/fractol.gitUsage
cd fractol
make
./fractolFollow the instructions given by the program and have fun !