PhysicsEditor Loader for cocos2d-x 3

Hi,

I have ported PhysicsEditor (https://www.codeandweb.com/physicseditor) cocos2d-x 3 Loader old version code to new version. Have done some refactoring and also eliminated deprecated Class usages (Array, Dictionary, String, Object,Point, …). Here is the original code: https://github.com/CodeAndWeb/PhysicsEditor-Cocos2d-x-Box2d/tree/master/Demo/generic-box2d-plist and here is mine: https://github.com/naghekyan/PhysicsEditor-Loader

Have fun! :smile:

5 Likes