Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the zlib license
I have a b2Body which I would like to move at a certain target position. I don't want to …
box2dThere are a few different ports of Box2D for JavaScript. Which one is the best? Box2DJS - "converted …
javascript box2dI am trying to use cmake to build the Box2D library for c++. When I run cmake gui I …
c++ cmake box2di need to calculate the distance between two CGPoints. I refered this and this, but I don't get it.
iphone box2dI haven't been able to find a tutorial on how to properly setup a gesture recognizer for iOS. I need …
cocos2d-iphone box2d box2d-iphonecan you tell me: where can I find tutorials "programming games in jbox2d"?
java box2d jbox2di have a problem with setting up an image to a dynamic/static body. i found a flash code about …
box2d libgdxdoes anyone know whether bodies only collide when (body1.categoryBits & body2.maskBits) && (body1.maskBits & body2.categoryBits) ? …
box2d collisionOK, im trying to make an iphone version of a game i made here http://scratch.mit.edu/projects/techy/781198 …
cocos2d-iphone box2d chipmunk