【发布时间】:2012-07-09 11:45:35
【问题描述】:
我正在为我的安卓游戏使用 AndEngine,我从 github 下载了主 AndEngine,但没有用于主的物理 Box2D 扩展。我不知道在哪里下载它或我可以使用它的哪个版本?
【问题讨论】:
我正在为我的安卓游戏使用 AndEngine,我从 github 下载了主 AndEngine,但没有用于主的物理 Box2D 扩展。我不知道在哪里下载它或我可以使用它的哪个版本?
【问题讨论】:
如果您使用的是 nicolas 的 AndEngine 副本,请查看他在 GitHub 上的帐户。所有的扩展都列在他的仓库下:https://github.com/nicolasgramlich
Box2DExtension 在这里:https://github.com/nicolasgramlich/AndEnginePhysicsBox2DExtension
如果您像我一样使用 RealMayo 的 AndEngine 分支,但是您还必须使用他的 PhysicsBox2DExtension 副本,该副本位于:https://github.com/RealMayo/AndEnginePhysicsBox2DExtension
【讨论】: