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 β¬οΈ

