cocos2d / bindings-generator

JSBindings generator for C++
170 stars 153 forks source link

Created easy project generator for JS-bindings #99

Open peterwilli opened 10 years ago

peterwilli commented 10 years ago

I found it quite hard to easily manage JS-bindings, so I created a project generator that may help others as well! Please let me know what you think.

pandamicro commented 10 years ago

Do you know the new cocos console of Cocos2d-JS ? Cocos console I think they do pretty the same stuffs, we use python also. You can check it out, if it is, then we probably won't merge this PR

peterwilli commented 10 years ago

But that's for generating a Cocos2d-X JSB project right? I mean a game project. I cannot find anything about creating js bindings as well.

This tool is for creating a project for creating bindings (like the facebook-jsb-sdk) to incorporate native code.