CSS Magic

Updated an old project to work alittle better with link handling.

Presenting: CSS Magic

Staircase

Stair Case

So, right now I’m working on creating a fairly realistic staircase that can be viewed in realtime in a head mounted display. Yup. There it is.

Free Visual Studio!

Express editions free for one year

I downloaded Visual Studio C++ 2005 Express and loaded up one of my working projects and it complained about not finding windows.h and winsock2.h. Looks like I won’t be using these.

NVSG Memory Manager

NVSG was built with a very comprehensive memory manager, and thread safety manager. But using these make things over complicated for the programmer using this package. Adding / removing references, creation and cloning through static class members. There must be simpler way to do this. I should look into implicit reference management and tagging.

OBJ Files

OBJ files are amazingly easy to parse, who knew. Not like those nasty 3DS files.