cocos2d / bindings-generator

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

Swift and other lang bindings? #218

Open stevetranby opened 8 years ago

stevetranby commented 8 years ago

Is this generator generic enough to bring in other languages with not a ton of work? GC langs could follow JS and non-GC langs could setup more direct bindings.

Or would it be better to find a more suitable tool (clang/llvm) for another language like Swift by means of a fork/port, such as the goal for PureSwift (and cocos2d-iphone before it).