The program displays a given .fdf
map using 3D wireframe representation.
It leverages 42's graphical library minilibx.
This program only runs on MacOS, due to the minilibx
OS-specific dependency attached. To work correctly, it also requires OpenGL: if you don't have it yet, please install it.
brew install opengl
Once you've taken care of this, simply run make
in the project folder to generate the executable. To launch the program, use the following command with a map of choice:
./fdf assets/maps/pyra.fdf
Keep in mind, the bigger the map, the less details you will be able to see!