2
votes
1answer
488 views
Serializing an array of integers using XmlSerializer
I'm encountering a problem while trying to serialize a multi-dimensioned array of integers via XmlSerializer for an XNA project I'm working on. I'm able to serialize all of my other data (booleans …
3
votes
Personal Project Planning
Key aspects: Primarily, something that you are excited about. Make a game that REALLY gets you going, and you'll be motivated by your desire to share the finished product with others -- your end p …
1
vote
XNA, direct X , OpenGL
If your experience has been mostly with .NET as you say, XNA would have the shortest barrier to entry although you won't get quite as good of performance as you can with other options. As you say …
1
vote
XNA and DarkBasic
As has been mentioned elsewhere, XNA allows easy development for the Xbox 360 and Zune platforms in addition to Windows. XNA also is built on top of C# whereas DarkBASIC seems to use a propriety B …
2
votes
looking to hire a XNA developer, where should I look?
As a start, the official XNA Creators' Club community has a "Help Wanted/Offered" forum that might get you some good exposure:
…
2
votes
When to use multiple sprite batches in XNA?
There are very few cases in which using multiple SpriteBatches is necessary. One example that I see thrown around a lot is a situation in which you want to apply different post-processing/rendersta …
