Hi,
I try to make a lua vm plugin to run lua sccript in C2 by using lua.vm.js module.
It works fine in browser, but it will be failed at node-webkit exported, the window could not be opened. How to debug plugin (to see what's happen) in exe (node-webkit)?
C2 could not support coroutine for all cases, javascript could not support coroutine either, that why I try to use lua which could run function(task) with coroutine style. I could create/resume/kill task in event sheet.
using lua script to control sprite movement