Skip to content
jesses edited this page Sep 13, 2010 · 1 revision

BlankProject

A blank Flash project setup correctly to include the Box2D Alchemy Port and WCK library.

Box2D

The C++ Box2D source code compiled into the Alchemy port.

Box2DAS

The Box2D Alchemy Port. AS3 classes that interface the Box2D C++ library compiled with Alchemy.

demo

The WCK demo Flash project.

extras

Experiments and example implementations. Anything in here is subject to change and may not be documented.

gravity

Gravity component classes that can be extended in Flash to quickly provide custom gravity to WCK Worlds.

misc

Flash utility classes. Much of WCK is based on this core package.

probe

A Flash project that is used to “probe” the Box2D SWC. It generates read / write memory getters / setters that are used in the Box2DAS package to interface the Alchemy compiled Box2D library.

script

JSFL utility scripts for managing components and converting Flash art into Box2D physics objects.

shapes

Shape component classes that can be extended by Flash library symbols to quickly define shapes. These shape classes use the dimensions of the display object to define the shape.

TestBed

Basic tests for the core Alchemy port.

wck

World Construction Kit. Flash component classes for defining physics objects and properties within the Flash IDE.