CS 425
September 19, 2007
- Single_double.c a program that pops up two windows and spins a cube, one is single
buffered, one is double buffered.
- Special_keys.c is a program showing how to use special keys, like function or arrow keys.
also if you switch single to double buffering you can really tell the difference on this one.
- destroyWindowMenu.c this program creates a menu when you click the mouse button.
You can use the right frame to destroy a window.
Display lists
- Kronos.c displays a robot type creature using display lists. The cube is defined and then
used over, and over and over. Here is picture of the program running. And here is a picture of the
hierarchy that I'll go over in class. Hierachy
- Kronos3 is the same program above but since you use display lists you can just make a few more lines of code
produce this Picture.