How would I use JBox2d in Java?
Posted
by
BluFire
on Game Development
See other posts from Game Development
or by BluFire
Published on 2012-03-21T10:44:50Z
Indexed on
2012/03/21
11:39 UTC
Read the original article
Hit count: 210
So I did some research and a found Box2d. I then proceeded to download it and the testbed. Now that i have it, I don't know how to properly use it. I'm looking for a clear simple answer on how to use the engine.
The things I did was that I put it into a lib folder and referenced the JBox2D jar file. After that i got stuck. How can i use this to program games for android?
I'm very confused since Box2d was intended for C++.
© Game Development or respective owner