I was meddling with Stackless version of Python, creating a small set of Entities in a System, experimenting with various modes of communication between an Entity and the System and needed something to visualize the results of various communication (simple writing to a file is not an option, the Entities already do a lot of writing of their properties into a small database) and I came across to a completely unrelated thing – XNA Game Studio Express. Sure, it’s not Python, nor it is related to it, but it is very interesting (to me, at least!).
The excerpt from the Overview says it all: “XNA Game Studio Express enables hobbyists, academics, and small, independent game developers to easily create video games for Windows and the Xbox 360 console using new, optimized cross-platform gaming libraries based on .NET. This official release enables the creation of games for Windows XP SP2-based PCs. Combined with an active membership in the XNA Creators Club (available from Xbox Live Marketplace), you can also create, debug, and play games on your Xbox 360 console.“
All I can say is – sweet! Now I can actually make something useful for my console. If only CCP would listen and make Eve Online for Xbox 360.. Wait a minute, I already spend way too much time playing games :)...
Back to my Entities, then…