No, not me. Blogger roecode has just started writing this series, XNA Game Engine Development. I’m in awe. I’ve fantasized about writing a game engine ever since I knew what such a thing was, but without any exposure to other game developers it’s pretty difficult to learn. I’m only as proficient* in ASP.Net because the community has been out there blogging their faces off about it - for instance the completely benevolent genius that is 4GuysFromRolla, and the excellent series of articles they produced in 2006 about the ASP.Net 2.0 Membership system - a series which, by the way, helped in large part to inspire me to be a .Net ‘evangelist’, and take myself seriously as a professional developer.
I digress, but only to make the point that it’s articles like this XNA Game Engine Development series that are going to inspire others by making it all less mysterious. I mean, I wouldn’t have the first clue what needs to be set up when creating a DirectX session. Even in an XNA Game project - there are tutorials on the Microsoft websites, but none of the code is intended to be taken as being production-level code. What are the best practises when creating your architecture? What do you need to tell your DirectX device, and what should you ask of it? Stuff that’s basically ‘in-the-know’.
So if you have any interest in game development, check out roecode’s tutorial series. It’s in development and there are currently 3 parts out. This is the kind of community content that, if anything, is going to push XNA as a serious contender in game development. Now I know that as a platform for professional development, it just doesn’t compare to C++ for low-level control, but man… this is really handing a lot of power to the hobbyists. And Microsoft have always taken the view that it doesn’t matter if their code is bloated and inordinately resource-hungry, because they rely on what must surely be Microsoft’s patron saint - Moore’s Law. Where the fuck would Windows XP be if we’d never improved upon the 486? Anyway, they’re probably hedging their bets that, pretty soon, XNA is going to perform a lot more closely to C++**, and they’ll be positioned quite nicely.
Which is really all to say - cheers roecode, I await further updates most eagerly.
Here are parts one, two and three of the series.
*Note: I’m mildly proficient
**Yes, I know that C++ will always generally outstrip C#, I mean eventually the differences just won’t be so significant.