-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (27 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DEMOTOOL + GO SPACE
===================
Demotool: helps in creating non-interactive demos. The code behind the
demo can be modified, recompiled and reloaded without
closing the window that shows the resulting image.
Go Space: a demo published at Alternative Party 2010
Requirements
============
Packages required by the demotool:
gtkmm (C++ interface for GTK+)
gtkglext (OpenGL support for GTK+)
Packages required by stand-alone demo player:
SDL (Simple DirectMedia Layer)
Packages required by all demos:
GLU (OpenGL Utility Library)
GLEW (OpenGL Extension Wrangler)
Packages specifically required by Go Space:
SDL_sound with XM support (sound/music extension for SDL)
Compiling and usage
===================
To compile, type "make". This will compile the common parts and any
projects defined in top-level Makefile.
To run a project in demotool, run "./demotool projectname". The demotool
will find file renderer.so in the specified directory and use it to
render frames of the demo.
The stand-alone version of a project is created in the project
directory. Run this as you usually would.