Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 548 Bytes

FdF

A simple wireframe landscape renderer

Controls

  • 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

Building

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