First XNA Sample Code
Mitch (PM on the XNA team) has been doing a bunch of writing lately it seems - not on his blog, but on the XNA team blog. His latest post:
gives a nice summary of the goals, layers and features of the XNA framework.
Even if you don't have the attention span to read the entire post, skip down to the "Wrap Up" section at the end. Here he gives a sample of XNA code to create a simple "game" - all it does is show a blue screen (and by that I mean a screen that is blue, not a blue screen ^_^).
This is the first XNA code made available and notice that you don't have to write your own game loop! Yea!
Comments
- Anonymous
August 27, 2006
Note also that Shawn Hargreaves has put up a code snippet. He shows how easy it is to use the Content Pipeline --- http://blogs.msdn.com/shawnhar/archive/2006/08/25/724737.aspx
Unfortunately, the Content Pipline will not make it into the first beta on Wednesday --- http://blogs.msdn.com/shawnhar/archive/2006/08/26/725962.aspx