android physics engine [closed]

2020-05-26 10:22发布

After looking into 3D game programming, it quickly became evident why a physics engine could be extremely useful. What physics engines are supported by and viable on Android? Any other advice regarding them would be nice.

Thanks

5条回答
家丑人穷心不美
2楼-- · 2020-05-26 10:51

Or you use http://jmonkeyengine.org/ which is in my optinion one of the most advanced game/graphics/3d physics engines available for Android and in comparison to Unity3d its open source and can be embedded in existing Android apps ;)

查看更多
爷、活的狠高调
3楼-- · 2020-05-26 11:00

It is not 3D, but AndEngine could at least provide you some useful information to start with. It is a very promising and free Open Source 2D OpenGL Game Engine for the Android platform.

Have a look at their example application to see what it can do :)

查看更多
对你真心纯属浪费
4楼-- · 2020-05-26 11:04

The latest Matali Physics Pro supports Android OS through the Mono for Android.

查看更多
Root(大扎)
5楼-- · 2020-05-26 11:06

Here's a 2D JavaScript engine that looks interesting: Box2D

查看更多
我命由我不由天
6楼-- · 2020-05-26 11:15

For 3D a good option is Unity3d which supports Android (and iOS) game development and is a complete solution used by many big players. It also supports 2D. It's not free though., it's pretty expensive ($400 - $1.500) but there is a free trial.

http://unity3d.com/unity/multiplatform/mobile

For 2D, Box2d has an Android port: https://code.google.com/p/androidbox2d/

查看更多
登录 后发表回答