Monthly Archives: March 2006

Long live OpenGL

Hooray, OpenGL is fully supported under Vista, too – seems that enough people complained. See here.

Posted in Graphics | Tagged , | Leave a comment

Desktop working again

Thanks to the Asus Mainboard, my desktop is back running again. I’ll install VS 2003 and Apache/SVN tomorrow and switch my development back to it.

Posted in General | Tagged | Leave a comment

File system thoughts

I’ve been working today morning on the file system (today afternoon I’m going to install my new Asus K8N-SLI Premium mobo so my desktop PC will be running again). I’ve added some generic stream classes: IStream, MemoryStream, TextStream and IFile. Some of … Continue reading

Posted in Programming | Tagged | Leave a comment

Rewriting

I’m rewriting niven’s FileSystem. The FileSystem originally supported different backends transparently to the user (local filesystem, web based files, etc.), but I’m removing all this stuff in favour of a more streamlined, easy to use file system which supports local … Continue reading

Posted in Programming | Tagged | Leave a comment