Windows 8 Metro 风格 - 游戏引擎

发布于 2024-12-28 03:14:35 字数 42 浏览 5 评论 0原文

是否有适用于 Windows 8 Metro 风格应用程序的游戏引擎?

Are there any game engines available for a Windows 8 metro style application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

荭秂 2025-01-04 03:14:35

您可以使用多种游戏框架来开发 Metro 风格游戏:

C++/DirectX:

C#

  • MonoGame,如果您有 XNA 代码库,那就太棒了,http://monogame.codeplex.com/ 如上所述,SharpDX 是一个包装 DirectX 的 C# 框架。 MonoGame 还使用 SharpDX

HTML5:

独立编辑器:

There are several game frameworks you can use to develop Metro Style games:

C++/DirectX:

C#

  • MonoGame which is great if you have an XNA code base, http://monogame.codeplex.com/ And as stated above SharpDX is a C# framework that wraps DirectX. MonoGame also uses SharpDX

HTML5:

Standalone Editors:

若水微香 2025-01-04 03:14:35

我不相信任何合适的游戏引擎已经被移植到 win8 上(截至撰写本文时)...因此您当前需要直接写入 DirectX 库。

如果您使用 C#,请查看 SharpDX:http://code.google.com/p/sharpdx /

I don't believe any proper game engines have been ported to win8 yet (as of this writing) ... so you will currently need to write directly to the DirectX libraries.

If you use C#, take a look at SharpDX: http://code.google.com/p/sharpdx/

忘你却要生生世世 2025-01-04 03:14:35

另外两分钱:

Another two cents:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文