gree / lwf

LWF - Lightweight SWF
http://gree.github.com/lwf/
zlib License
627 stars 167 forks source link

Can't link lua bindings in Cocos Code IDE #107

Closed Edeleiz closed 9 years ago

Edeleiz commented 9 years ago

No tutorials were found, please can you help with using awesome lwf library in Cocos Code IDE lua project?

splhack commented 9 years ago

Unfortunately, right now, LWF doesn't have some Lua bindings for Cocos2d-x Lua project. You can use Lua for controlling LWF itself, but in the meantime, you need to write C++ code to instantiate LWFObject to the scene. We need to consider how to support Cocos2d-x Lua project.

splhack commented 9 years ago

Same as #71