The fifth project in the 42sp fundamentals track, Fdf, is also the first graphical project in the fundamentals track, which uses a simple graphics library called MinilibX. The project is based on the creation of a program that receives as a parameter a path to a map (any valid map with '.fdf' extension) and displays it in a Three-Dimensional Representation of Relief Landscapes.
- Make sure you clone the repository with the following command:
$> git clone [email protected]:ArthurSobreira/42_fdf.git
- Once cloned, to compile and run the program, use the following commands:
$> make bonus
$> ./fdf_bonus ./maps/<map-name>.fdf