Box2D 启动 AndEngine?

发布于 2025-01-06 11:12:59 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

染年凉城似染瑾 2025-01-13 11:12:59

Box2d 只是一个物理引擎,它在屏幕上不显示任何内容。它只是进行物理模拟。该模拟结果如何在屏幕上表示完全取决于您:它可以是打印在屏幕上的位置流、位置与 b2Body 的位置同步的图像或您喜欢的任何其他内容。

所以你可以阅读任何你喜欢的 Box2d 教程(很多可以在 google 中找到)。我建议您从 box2d 附带的 box2d 手册开始。

Box2d is just a physics engine, it does present nothing on the screen. It just makes physics simulation. How this simulation results will be represented on the screen is totally up to you: it can be a stream of positions printed on the screen, an image which position is synced with b2Body's position or anything else you like.

So you can read any Box2d tutorial you like (a lot can be found in google). I suggest you starting with box2d manual coming with box2d.

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