Windows Phone 8 game development

不问归期 提交于 2020-01-17 03:41:46

问题


I'm installing the SDK for WP8 now and have a few questions. XNA seems to be supported but only in a legacy mode. So for game stuff I assume you have a choice of XAML based,... what, is it Silverlight still? And if the game is 3D or graphically intensive then it's C++ and Direct X?

Is there an option of C# with managed Direct X for gaming in there?

Or some XAML + DirectX mix?

Thanks


回答1:


Is there an option of C# with managed Direct X for gaming in there?

No. (Or well, SharpDX is now available for WP8)

Or some XAML + DirectX mix?

You wouldn't want to go down that path. Stick to DirectX and C++ if you want to create a game. Silverlight forces 60 FPS which is horrendous for battery life, and makes the devices incredible hot if used for rendering games or video.



来源:https://stackoverflow.com/questions/13168151/windows-phone-8-game-development

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