Note: we would love it if somebody volunteered to adapt IUP as a
module for luacheia!
(Ditto for debugging the wxLua module, adding other modules, etc!)
* rewriting wrapper names (for example, SDL.LoadBMP instead of
SDL.SDL_LoadBMP)
Yup, noted. Basically this is up to whoever the module maintainer is.
If it's me, I generally try to change as little as possible, and set
myself up for as little maintenance work as possible, if I'm working
with an existing lib.
In the case of SDL, Asko Kauppi is in charge of the module now. When
I made a Lua4 wrapper, I used the double namespace because tolua
didn't have an easy way to remove the prefix. Plus symbols like
SDLK_* would have needed extra attention.