World Creation Kit in FlashDevelop

Hi guys,

I’ve been researching some stuff lately, one of those things bieng the World Creation Kit (WCK). At the core it’s a Alchemy port of Box2D, so it’s execution is a lot faster than any pure AS3 library can ever accomplish. This means that when you can plug it into your existing Box2D projects you’ll get a massive performance increase without any extra effort.

Examples on using WCK focus on it’s component features, enabling you to create Box2D powered worlds in Flash. Since I couldn’t find an example of how to set it up in an IDE , I’ve started experimenting with it today and found out it was relatively easy. For anyone else that was looking for a tutorial on this: I’ve written one myself. I hope some of you guys find some use in this.