Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 716 Bytes

README.markdown

File metadata and controls

24 lines (14 loc) · 716 Bytes

screenshot

A C+SDL+Cairo demo. Rotating outline model displayed with perspective projection. Based on acdimalev-demo-2010-04-23-01.

http://github.com/acdimalev/acdimalev-demo-2010-04-24-03

You must have Cairo and SDL installed to build this demo.

This demo was developed on a Debian Lenny system with the following dev packages installed:

  • libcairo2-dev=1.6.4-7
  • libsdl1.2-dev=1.2.13-2

To build and execute the demo, run "make" and then "./foo".

$ make
$ ./foo

The demo will pop up in a window. The demo can be closed with the q key.

  • Q — quit