Computer Graphics



Here are some graphics programs I have written. Most of them use OpenGL and are written in C/C++.

room.c This was the final project for a my computer graphics class at Drake University. It is a small gallery of my works that you can walk around.

serpenskiStereo.c If you have a pair of those Red/Blue 3D glasses you can view this Serpenski pyramid in 3D.

serpenski.c This program generates a serpenski triangle.

morph.c A progam that morphs the color of a teapot.

displayList.c Uses displaylists to construct random trees on a field that you can rotate.

ticTac.c A simple tic-tac-toe game I wrote one evening. I can now say that I am a game programmer :)