A 42 project in which the goal is to use a small C graphics library (created by the school) to generate and display multiple fractals.
The user has to be able to navigate the fractal and, of course, zoom into it.
On linux: just run make test
, it will launch the program automatically once it
has built.
On MacOS: follow instructions here
and then run make test
.
TODO