A 3D graphics project that allows users to visualize and manipulate 2D maps in a 3D environment.
- Proficiency in C programming
- Experience with 3D graphics and rendering
- Ability to work with user input and control flow
- Familiarity with file parsing and data manipulation
First compile the programm in the root directory of the repository.
make
Next start the programm with a map that you like also from the root.
./fdf maps/42.fdf
This project was developed as part of the curriculum at 42, a global network of computer science schools.