This project is about creating a simplified graphic “wireframe” (“fils de fer” in French, hence the name of the project) representation of a relief landscape linking various points (x, y, z) via segments. The coordinates of this landscape are stored in a file passed as a parameter to your program.
- Differents colors which depends on height
- Rotation in 3 axis (x,y,z)
- Map traslation
- 3 kinds of perspectives (Isometric, Planar, Oblique)
- Zoom in/out
- Linux
- GCC
- X11
- Compile the project
make
🔄make bonus
./fdf test_maps/example.fdf
- W ⬆️
- S ⬇️
- A ⬅️
- D ➡️
- Zoom in -> Scroll Up ⏫
- Zoom out -> Scroll Down ⏬
- Isometric -> I
- Planar -> P
- Oblique -> O
- X Axis ⬅️
- Y Axis ➡️
- Z Axis ⬆️
- Reset ⬇️