jBox2D Android 在 80-90 动态体之后在手机上变得非常慢

发布于 2024-11-06 04:36:13 字数 161 浏览 0 评论 0原文

我有一个包含 20-30 个主体(静态和动态)的简单游戏,

如果我添加更多动态主体和关节(超过 80-90 个项目),那么 Box2D 将非常滞后,并且有点慢..

我在做什么吗有问题吗,或者这是JBox2D的极限?如果我通过java本机调用更改为Box2D JNI,会更快吗?

I have a simple game with 20-30 bodies (static, and dynamic)

If I add some more Dynamic bodies and joints (over 80-90 item), then the Box2D will be very laggy, and a little slow..

Am I doing something wrong, or this is the limit of JBox2D? If I change to Box2D JNI via java native calls, is will be faster?

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

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

发布评论

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

评论(1

_畞蕅 2024-11-13 04:36:13

据我所知,Android 版 Box2D 的最快实现是:http://code.google.com/p /libgdx/
AndEngine 使用该实现而不是 jBox2D,他们很高兴切换到该版本:)

As I heard the fastest implementation of Box2D for Android is there: http://code.google.com/p/libgdx/
AndEngine is using that implementation instead of jBox2D and they're happy they switched to that version :)

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