Nigel Atkinson
Nigel Atkinson
I have problem which is in similar vain to this - which I managed to get around with luabind, but not with luabridge as of yet. Basically I have a...
The trick is knowing when a pointer is valid. There's a gotchar in there, which I discovered after my 'ward pointers' started causing a race condition with garbage collection. My...
I'm getting the same behaviour. Going by the --help text - this should work, but doesn't. I'm using wayland - could that be the issue?
What I do to associate my script management class with a Lua state is store a light userdata pointer to the class instance in the Lua registry. As a key...