[android-developers] Re: Physics in Box2D

2011-03-29 Thread nadam
I have two open source games using Box2D. https://code.google.com/p/swipe-n-roll (not released yet but working) https://code.google.com/p/breakin-android (released on Android Market) On 28 mar, 21:32, Lord_Peter wrote: > Hi, > I making game for Android. I wish to my game had elements of physics.

[android-developers] Re: Physics in Box2D

2011-03-28 Thread Nightwolf
http://box2d.org/manual.html On Mar 28, 6:32 pm, Lord_Peter wrote: > Hi, > I making game for Android. I wish to my game had elements of physics. > I installed box2d on my project. > My question: > how to make an object that could fall, jump, etc? > Do you have any examples how to add physics with