XNA alternative [duplicate]

落爺英雄遲暮 提交于 2019-12-12 09:45:04

问题


I recently switched to VS2012, managed to get XNA4 project working, but then I was wondering if VS2012 no longer supports (so really) and XNA seems to be such abandoned stuff, if there is an alternative to use, that is like:

  • vs2012 compatible, and net4.5, c#
  • not too high level (or well written and optimized)
  • easy to learn after XNA
  • free

Priorities are from above.


回答1:


I heard good things about Monogame and SlimDX. But Monogame is probably what you are looking for.




回答2:


You could look into monogame

http://www.monogame.net/

It's based on Mono so it's easier to port across from Desktop/Windows Phone like XNA would allow to also compile for Android and iOS (you need to buy a licence for those as they use Monodroid and monotouch components which aren't free)



来源:https://stackoverflow.com/questions/15592861/xna-alternative

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!