Skip to content

Latest commit

 

History

History
107 lines (94 loc) · 3.26 KB

README.md

File metadata and controls

107 lines (94 loc) · 3.26 KB

FdF [125 / 100]

Summary

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.



The Project





Zoom In / Out

Rotate X

Rotate Y

Rotate Z

Increase / Decrease Z Scale


Run the Program

  • 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