Graphics Programming
Mobius
Mobius is an OpenGL demo under development
by my graphics team featuring all sorts of nifty effects set to music. All graphics, music, code are original. Click here to download the OS X version or here for the Linux version. Source and Windows versions to appear shortly.
Shmuptro
The Shmuptro is a demo-style intro that I put together. It shows off effects such as sine warps, scaled linescrolling, spherical distortions, and more. Download here (comes with Windows binary).
Voxel Engine
This is a quick voxel landscape engine that I put together in a couple days.
It comes with full commented source, and works off of a 640x480x8 heightmap and a 640x480x8 texturemap. Requires Allegro 4 and compatible C compiler. Download voxel.tar.gz.
Pseudo 3d Textured Road Engine
Here is a tribute to pseudo 3d road techniques, including an explanation of how my road engines work (including ones other than the engine pictured).