DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

Box2D 2.3 ? #245

Open gsynuh opened 9 years ago

gsynuh commented 9 years ago

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.