Copyright 2003-2007 Zurrutik. All rights reserved.
Just a driver program for the CFont class I made myself to display debug information on the screen using OpenGL
Driver program for the CInput class I did to get input from the user.
Following information is displayed:
- Relative mouse motion( respect to the previous cursor position )
- Absolute mouse coordinates
- Mouse buttons pressed
- Arrow keys pressed
- Number of left mouse button strokes happened since the program started
- Number of up arrow key strokes happened since the program started
Driver program for the CAudio class I did for playing music and sound effects simultaneously
Following functionality is provided:
- Select a .midi or a .wav file to work with
- Play/Stop the selected sound
- Increase/decrease the volume of the sound being played
Demonstration on how to use the devIL image library
to load .bmp, .tga, .jpg and .pcx files and how to display
them on the screen using openGL