Box2D is just simulating physics (calculating collisions, gravitation, a lot of math etc.) "in the background" and is not responsible for drawing stuff or rendering images. So what you need… (View Post)
@JoeBonavita I don't think it's the only option but i think it's a common one. It also depends on the game you want to develop. If you're trying to implement a physics based game, Box2D is definitly … (View Post)