Is there an easy and automatic way of converting a Windows XNA project into a Monotouch Monogame project?
Posted
by
Krumelur
on Game Development
See other posts from Game Development
or by Krumelur
Published on 2012-02-09T19:51:03Z
Indexed on
2012/03/27
23:44 UTC
Read the original article
Hit count: 359
I have just started with XNA development on Windows. But as I'm a fan of iOS I had to try porting my test code over to Monotouch on the Mac. I used these instructions: http://www.facepuncher.com/blogs/10parameters/?p=42 But this is so much (manual) work! And it really doesn't answer open topics like: why would I copy all the XNB files and in addition all the resources, like PNGs?
Is there maybe a tool that automatically converts a Windows XNA project into a Monotouch iOS project or at least creates the correct folder structure?
© Game Development or respective owner