Box2D Help

Started by
1 comment, last by jbadams 12 years ago
I need to find resources that explain in depth what all the Box2D code lines mean because I don't understand them.

Thanks!

(I'm using DragonFireSDK for this.)
Advertisement
Why not read the box2d documentation? It's got everything you need :)

http://www.iforce2d.net/b2dtut/ - this link may help you. It has in-depth explanation about pretty much everything you need related to box2d.

Cheers!

a WIP 2d game engine: https://code.google.com/p/modulusengine/

English is not my first language, so do feel free to correct me :)


Why not read the box2d documentation?

Agreed, you can find the documentation on the official website, HERE. That page links to an faq and a detailed user manual. As mentioned, there should be an API reference in the Box2d distribution (also linked from the page in question) if you need to look into the actual implementation.

If you've not already seen it, there's also THIS tutorial explaining a Box2d sample that is apparently included with the DragonFireSDK.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement