Archive for May, 2006

Our Pool is Green

Tuesday, May 30th, 2006

Thanks to a memorial day weekend of college students urinating in our pool, it turned green:

3DS Model Viewer in C# via Tao’s OpenGL Bindings

Monday, May 22nd, 2006

A few years ago I experimented a bit with OpenGL. I wrote some code that loaded a 3D Studio File and displayed it. This was written in C and is available here.
Just for curiosity, I decided to port the code to C# so that I could test out the Tao bindings for OpenGL. [...]