Reputation: 533
I need to rewrite a XNA app and deploy it on Window Phone 8/8.1.
My app requires extensive graphic presentation updated very frequently (kind of a game but not really) based on user's control. I am looking for an alternative API or framework so I can easily transfer the XNA code to the new platform (WP8/8.1).
Thanks.
Upvotes: 0
Views: 293
Reputation: 1257
You should look into MonoGame. It is an open source implementation of the XNA framework and it can be deployed on multiple platforms (including WP8).
Upvotes: 3