Top "Box2d" questions

Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the zlib license

Move body to a specific position - Box2D

I have a b2Body which I would like to move at a certain target position. I don't want to …

box2d
Which Box2D JavaScript library should I use?

There are a few different ports of Box2D for JavaScript. Which one is the best? Box2DJS - "converted …

javascript box2d
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles"

I am trying to use cmake to build the Box2D library for c++. When I run cmake gui I …

c++ cmake box2d
What does cmake .. do?

I got the Box2D project source and want to compile the testbed portion of it. The project folder contains …

c++ makefile cmake box2d
Calculate the distance between two CGPoints

i need to calculate the distance between two CGPoints. I refered this and this, but I don't get it.

iphone box2d
Proper Swipe gesture recognizer iOS

I haven't been able to find a tutorial on how to properly setup a gesture recognizer for iOS. I need …

cocos2d-iphone box2d box2d-iphone
jbox2d tutorial

can you tell me: where can I find tutorials "programming games in jbox2d"?

java box2d jbox2d
Libgdx Box2D setting up an image to a body

i have a problem with setting up an image to a dynamic/static body. i found a flash code about …

box2d libgdx
box2d collision groups

does anyone know whether bodies only collide when (body1.categoryBits & body2.maskBits) && (body1.maskBits & body2.categoryBits) ? …

box2d collision
Cocos2d + Box2d or Chipmunk

OK, im trying to make an iphone version of a game i made here http://scratch.mit.edu/projects/techy/781198 …

cocos2d-iphone box2d chipmunk