Codelines

Debugging the art of software

Entries for May, 2006

Truevision 3D - A Prototype Menu System

This is a screenshot of the first prototype i’ve done for a menu system. I’ve been thinking about ways of implementing a decent menu system in TrueVision itself (Graphically drawn by TrueVision) rather then Windows Forms. I initially thought I was going to perform Collision detection on rectangles with set bounds but when I started [...]

Leave a Comment

The start of a game engine…

I’ve been toying with the idea of actually writing a game engine in my spare with TrueVision and now i’ve finally started. I’m working a lot in C# at the moment and since we now have managed DirectX support, and full C# support (I don’t like VB or VB.NET) I couldn’t pass it up.I’ve mapped [...]

Leave a Comment