05-30-2013, 10:25 PM
It seems that it will be a bit more involved than just exporting a few API functions. The window object needs to live until the player closes it, which means we will have to tell Lua somehow not to garbage-collect it until then. No idea how to do it yet, but I'll find out.