Incorporating XNA into an existing project

Posted by Boreal on Game Development See other posts from Game Development or by Boreal
Published on 2012-04-15T23:18:46Z Indexed on 2012/04/15 23:46 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

My game as-is is using IrrlichtLime, which I'm beginning to dislike because it hides a lot of implementation and makes adding your own implementation incredibly complex. I don't really need the scene manager for anything and the only animation I need is manual (i.e. transforming the bones programmatically).

However, I've only ever used XNA in the past as a starting point with the templates. How would I take my current project and add XNA to it?

© Game Development or respective owner

Related posts about XNA

Related posts about c#