AndEngine + Android 上的 Box2D - 它的便携性如何?

发布于 2024-10-27 01:45:46 字数 179 浏览 3 评论 0原文

我正在考虑在 Android 上使用 AndEngine 来开发基于物理的游戏。许多示例(尤其是我的代码所基于的示例)都依赖于 Box2D 扩展。

我很惊讶地发现这个扩展依赖于本机代码来实现 Box2D,而不是使用 JBox2D。

这如何限制了AndEngine的可移植性?它适用于所有 Android 设备吗?

I'm considering using AndEngine for a physics-based game on Android. A number of the examples (especially the ones I'd be basing my code on) depend on the Box2D extension.

I was surprised to learn that this extension relies on native code for its Box2D implementation, rather than using JBox2D.

How does this limit AndEngine's portability? Will it work on all Android devices?

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

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

发布评论

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

评论(2

灯角 2024-11-03 01:45:46

它无法在ARM设备上运行,例如一些目前非常罕见x86 运行移植的 Android 版本的上网本。

It won't run on non-ARM devices, like some currently very rare x86 netbooks that have a ported Android version running on them.

极度宠爱 2024-11-03 01:45:46

是的,它应该适用于所有 Android 设备,只要您在构建 apk 时将其包含在参考库中即可。

Yes, it should work on all android devices, as long as you include it in your reference library when building the apk.

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