A simple 3D height-map renderer. You can rotate models, color is defined by relative height in the map. More features planned!
- Simple file format definition (array of space-separated integers)
- Camera controls (zoom, translate)
- Double-buffered
- Line clipping
Run make
. An executable will compile. Currently only tested on OS X.
Run it with ./fdf [map]
.