fdf is a program developped for my learning course at 42 school to view 2D topological maps in a 3D space. Several options are available (see Shortcuts section for more info)
- Move the 3D map
- Zoom in and zoom out
- Increase or decrease the depth factor
- Change color
git clone https://github.com/jfortin42/fdf ~/fdf
cd ~/fdf && make && ./fdf
Launch the program with a parameter which is the name of the map you would like to open.
You have example maps in the test_maps folder. The map must be valid.
Example : ⇣
./fdf test_maps/42.fdf
Description | Key(s) |
Close the program | esc |
Move the map to the left/right | ◄ ► |
Move the map up/down | ▲ ▼ |
Zoom in/zoom out | + - |
Increase/decrease the depth factor | * / |
Change to next/previous colors | page up page down |
Reset the map | 0 |