lua-users home
lua-l archive

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


I've posted a page on the Wiki with code snippets describing a method of easily and flexibly gluing Lua and C++ together without a binding generator, that is conducive to space and execution efficiency. Comments, criticisms, and additions are requested.

http://lua-users.org/wiki/DoItYourselfCppBinding

Ben

P.S. there's a bug in the templated gc, which I wasn't able to edit out; some error when I tried to save the changes.