daGLiclock
daGLiclock is an attempt to port Jamie Zawinski's XDaliClock to OpenGL.
Download it here. If you download
it, please drop me a line and
tell me what you think.
Requirements
- OpenGL
- SDL 1.2.5 or newer
Installation
gcc daGLiclock.c -o daGLiclock -lGL `sdl-config --cflags --libs`
Options
-q quality
where quality is an integer >= 2 or any of the aliases
lowest, low, standard or high, which are translated to
2, 4, 8 and 16, respectively.
Bindings
| mouse 3 drag | adjust camera position
|
| mouse 1+3 drag vertically | zoom
|
| mouse 1 drag horizontally | adjust spin speed
|
| Esc | quit
|
Rudolf Hersén