有哪些优秀的免费、开源、跨平台游戏引擎?

发布于 2024-10-07 10:35:36 字数 181 浏览 1 评论 0原文

我有一个关于 3D 游戏的好主意,但我不想从头开始使用 OpenGL。我也不想重新发明轮子。我找到了 OGRE,它似乎非常适合我的需求,只是它缺乏物理和音频。我不需要疯狂的图形、着色器或高多边形数,但世界会很大,因此需要良好的场景或 LOD 管理。我可能还想引入已装配的角色,因此需要骨骼两足动物动画支持。任何建议将不胜感激。

谢谢

I have a great idea for a 3D game, but I do not want to start from scratch with OpenGL. I also do not want to reinvent the wheel. I found OGRE, and it seemed like it was perfect for my needs, except it lacked physics and audio. I do not need crazy graphics, shaders or high polygon counts, but the world will be very big, so it needs good scene or LOD management. I also will probably want to bring in rigged characters so skeletal biped animation support would be needed. Any suggestions would be greatly appreciated.

Thanks

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

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

发布评论

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

评论(2

你另情深 2024-10-14 10:35:36

查看 这个问题。您可能会发现列出了一些有用的库。

如果您愿意接受 C++ 的替代品,可以查看 这个答案位于游戏开发堆栈交换网站上。答案涵盖了游戏引擎、物理引擎和图形/声音引擎的许多选项。这里列出的大多数都集中在 C# 上(显然是因为这个问题),但其中一些是 C++ 库的包装器(您始终可以查看正在包装的本机库)。

Have a look at some of the answers from this question. You may find some useful libraries listed.

If you're open to alternatives to C++, you can check out this answer on the game development stack exchange website. The answer covers lots of options for game engines, physics engines and Graphics/Sound engines. Most listed here focus on C# (because of the question obviously), but some of them are wrappers for C++ libraries (you can always check out the native libraries that are being wrapped).

柠北森屋 2024-10-14 10:35:36

旧版本的 Quake 引擎是在 GPL 下发布的。

Old versions of the Quake engine are released under the GPL.

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