lichgo
lichgo

Reputation: 533

What Windows Phone 8/8.1 Dev API/Framework is an alternative of XNA app?

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

Answers (1)

Ertay Shashko
Ertay Shashko

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

Related Questions