CS 425

September 19, 2007

  1. Single_double.c a program that pops up two windows and spins a cube, one is single buffered, one is double buffered.
  2. 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.
  3. 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

  1. 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
  2. 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.