In the game that I’ve been working on recently I’ve been using this amazing little library called World Construction Kit (WCK). This framework has saved me tons of time and made setting up Box2D worlds and bodies really easy. Emanuele Feronato wrote up a nice getting started tutorial and there are 2 very useful pages on the GitHub Wiki:
- Box2d Flash Alchemy Port + World Construction Kit –Feronato
- World Construction Kit –github Wiki
- Box2D Flash Alchemy Port –github Wiki This is great material for getting started. This post is going to assume you have read these and have managed to get a sample up and running. Make sure you check out the demo folder in the source. This has all the source for the demo seen on the WCK homepage. Below are a few notes that would have made my life easier when working with WCK. Hopefully they will be helpful to you.