Twitter updates
- @exileous Download the CUDA 5 toolkit and take a look at the PTX 3.1 documentation :) 19 hours ago
Development
Graphics
Calendar
Monthly Archives: March 2006
Long live OpenGL
Hooray, OpenGL is fully supported under Vista, too – seems that enough people complained. See here.
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.
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
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