This program creates a simple wireframe model representation of a 3D landscape by linking various points (x, y, z) to line segments (edges).
This program uses MLX42 library to display graphics. It will be downloaded and built automatically.
git clone git@github.com:kirkram/fdf.git
cd fdf
make
./fdf
Use test_maps/MAPNAME as a second argument to open different maps.
Refer to the tips in the top left corner.

