Wireframe model
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines. It will also use the MinlibX, our own graphics library.
This project currently works only on Linux. All valid maps are inside test_maps folder.
NOTE: You NEED to have the MLX library installed. Check out https://github.com/42paris/minlibx-linux for installation details.
First, clone this repository, `cd` into it and also clone and compile MinilibX:
$ git clone https://github.com/0xEDU/fdf; cd fdf
Compile the program with:
$ make
Usage:
$ ./fdf [VALID FILE]
Valid files can be found in the test_maps folder!