Pregunta

I'm developing a game for Android, but I need an physics engine that allows me detect and response an collision (I developed a simple game with Nape Physis), but I need that this physics engine allow that all objects allows be on the ground, and the "camera" will be on the top of the game objects and not vertically. So, the physics engine just need a detection of collision and response that, don't need anything like gravity.

Someone have a tip for that?

¿Fue útil?

Solución

jBox2d works quite well and if you're also interested in a framework that draws graphics, use it in combination with AndEngine.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top