A simple wireframe landscape renderer
- Escape: exit application
- 5: Switch between orthographic and perspective projection
- Arrow keys: moving around
- Q/A: move camera up/down
- I/D: scale object up/down
- Z/X: rotate object
You need the following to build this project:
- gcc
- make
- X11 include files
- XShm extenstion
- Utility functions from bsd systems
Compiling:
- Make sure you initialize the git submodules when cloning or with
git submodule update --init
- Make project with
make