creates a 3d projection of a given xyz coordinate map file. Follows 42 norm standards.
running the program
to run the program compile the project using make
the program takes a file as an argument that contains a map. example maps are provided in the maps directory.
ex. ./fdf maps/42.fdf
controlls
W A S D rotate around the x and y axis.
Left and Right arrow keys rotate around the z axis
Up and down arrow keys change the color
To reset the map press R.
to exit the program press ESC.