有适用于 iPhone/iPod touch 和 iPad 的物理引擎 SDK 吗?

发布于 2024-08-29 18:35:55 字数 49 浏览 4 评论 0原文

有适用于 iPhone/iPod touch 和 iPad 的物理引擎 SDK 吗?

Is there any physics engine SDK for iPhone/iPod touch and iPad?

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

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

发布评论

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

评论(2

叫嚣ゝ 2024-09-05 18:35:55

Chipmunk 引擎是用 C 编写的,他们甚至还提供了 Objective-C包装纸。

Box2D 引擎 是用 C++ 编写的,因此可以通过告诉 Xcode 将其编译/链接到 iPhone OS 项目中将其视为 Objective-C++。

两者都很棒。 (我只广泛使用过 Box2D,但我也听说过有关 Chipmunk 的精彩内容。)

The Chipmunk engine is written in C, and they've even provided an Objective-C wrapper.

The Box2D engine is written in C++, and so it can be compiled/linked into an iPhone OS project by telling Xcode to treat it as Objective-C++.

Both are excellent. (I've only extensively used Box2D, but I've heard great things about Chipmunk too.)

玩世 2024-09-05 18:35:55

我使用 SIO2 引擎在 iPhone 上开发游戏,它使用开源物理引擎 bullet。我不确定是否所有软体功能都可用,但刚体功能肯定可用。我不知道是否有人写过 Objective-C 包装器,但你肯定不需要。

I've used the SIO2 engine for developing games on the iPhone, and it uses the open-source physics engine bullet. I'm not sure if all the soft-body features are available, but certainly the rigid body ones are. I don't know if anybody has written an Objective-C wrapper, but you certainly don't need one.

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