关于物理引擎

发布于 2024-09-17 23:48:27 字数 81 浏览 4 评论 0原文

有没有适用于 j2me 的物理引擎,因为它适用于 symbian、iphone 等,请向我发送链接或其他来源,我可以尽快得到相同的回复。预先感谢大家

is there any physics engine available for j2me as it is for symbian,iphone etc please send me the link or another source from where i can get the same reply asap. Thanks in advance everyone

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

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

发布评论

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

评论(1

挽你眉间 2024-09-24 23:48:27

我调用了 Google 预言机如果问对了问题,它几乎知道所有事情;)

它找到了两个引擎:

DyMix,一个 2d-j2me 刚体物理引擎,
及其表弟 Bloft,一个软体物理引擎。
其中之一适合您的需求吗?您对哪种物理感兴趣?量子态模拟、电学模拟、刚体模拟、运动学、引力波……?

更新1
既然您对运动感兴趣,DyMix 可能会成为您的朋友。我没有与该库分享的经验,但至少从它的功能列表来看,它似乎可以帮助您。

引用自第一个链接

基本功能:

  • 刚体动力学
  • 设计灵活,易于实施
  • 对碰撞的高度控制,碰撞点精准
  • 快速定点计算
  • 摩擦和恢复(弹跳)模拟
  • 支持凸多边形形状、线段和点质量
  • 其他 Vector2、Matrix2x2 类和其他数学函数

I invoked the Google oracle which knows almost everything if asked the right question ;)

It found two engines:

DyMix, a 2d-j2me rigid body physics engine,
and its cousin Bloft, a soft-body physics engine.
Do one of these suit your needs? What kind of physics are you interested in? Quantum state simulation, electrical simulation, rigid body simulation, kinematics, gravitational waves, ...?

Update 1
Since you are interested in motion, DyMix will probably be your friend. I have no experience to share with that library, but at least from its feature list, it seems as if it could help you.

quoted from the first link

Basic Features:

  • Rigid body dynamics
  • Flexible design, easy to implement
  • High control over the collision, exact collision points
  • Fast fixed-point calculations
  • Friction and restitution (bounce) simulation
  • Support for convex polygon shapes, segments and point-masses
  • Additional Vector2, Matrix2x2 classes and other math functions
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文