Open
Description
we should have a look at the most recent box2D cpp port to as3 compiled with crossbridge here :
https://github.com/crossbridge-community/crossbridge-swc-box2d
(apparently some key changes to the b2d api which means having to rewrite some CE classes)
(http://box2d.org/2013/11/box2d-2-3-0-release/)
Also, if the vertices don't need to be ordered any more as the release notes suggest, it could be interesting to bring in flash.display.Shape to body conversion, for physics body creating from the flash editor for example.