Android NDK 游戏引擎
我需要带有物理功能的 android ndk 3D 游戏引擎,真的吗?
I need android ndk 3D game engine with physics, is realy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我需要带有物理功能的 android ndk 3D 游戏引擎,真的吗?
I need android ndk 3D game engine with physics, is realy?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
作为开发人员之一,我会推荐 Linderdaum Engine。它是一款适用于 Windows 和 Android 的 C++ 2D/3D 开源引擎。 Box2D 集成在一些演示中(请参阅 SDK)。 3D 物理引擎,如 ODE,可以相对容易地集成。您可以在 Google Play 上找到游戏示例。
As one of the developers i will recommend Linderdaum Engine. It is an 2D/3D open source engine in C++ for Windows and Android. Box2D is integrated in some demos (see SDK). 3D physics engine, like ODE, can be integrated relatively easy. Examples of games can be found on Google Play.