XNA Where to begin?
I am going to look into XNA But i dont know where to start. What book will you recomand? is there a site with tutorials开发者_开发技巧 of some kind?
Well, the official site has plenty tutorials and samples:
- Education Catalog (samples, etc...)
And there is the Getting Started section:
- Getting Started
I've found that the Riemers tutorial is pretty helpful, at least to give you a decent starting foundation.
The XNA Dev Center is the place to go:
http://msdn.microsoft.com/en-us/aa937791.aspx
If you are making a simple 2d game, I'd recommend checking out the Flat Red Ball engine. It's a fantastic 2d engine with XBOX, PC, Windows Phone, and Silverlight compatibility. They have fantastic support. It's free. (No, I do not have any affiliation with FRB, have just been using their engine for over a year.)
XNA is a great platform, but not an engine. The XNA tutorials are great, but do not fit into an object-component model like FRB does.
精彩评论