lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

I've been developing a little library that lets you automatically wrap C functions and structs for the Lua API. You can check it out here:

https://github.com/orangeduck/LuaAutoC

Feedback is more than welcome.

I've already received some comments about the namespace. I wanted it to look seamless alongside normal Lua API code but I can see why taking luaA_* could be somewhat impolite to the main developers. Happy to hear any other opinions about that.

Thanks,

Dan