PhysicsEditor-Loaders
PhysicsEditor-Loaders copied to clipboard
Use these classes to load the plist/xml file written by PhysicsEditor
trafficstars
PhysicsEditor-Loaders
Shape cache classes for various frameworks. Use these classes to load the plist/xml file written by PhysicsEditor
Supported by CodeAndWeb
| Framework | Exporter in PhysicsEditor | Loader | Example / Tutorial |
|---|---|---|---|
| cocos2d (ObjC), built-in Chipmunk | cocos2d | cocos2d | Tutorial |
| cocos2d-x (v3.*, built-in Chipmunk) | cocos2d-x | cocos2d-x | Demo project |
| LibGDX | LibGDX | gdx-pe-loader | Tutorial |
| CoronaSDK | CoronaSDK | not required | Tutorial |
| Box2d + ObjC | Box2D generic (PLIST) | generic-box2d-plist | |
| Chipmunk + ObjC | Chipmunk generic PLIST | generic-chipmunk-plist | |
| Objective Chipmunk + ObjC | Chipmunk generic PLIST | objective-chipmunk-plist |
3rd party, unsupported
| Framework | Exporter in PhysicsEditor | Loader | Example / Tutorial |
|---|---|---|---|
| AndEngine | AndEndgine (XML) | AndEngine | Demo project |
| Box2d + cocos2d-x V2.* | Box2D generic (PLIST) | generic-box2d-plist-cocos2d-x |