-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: August 2011
Glue: Binding C++ objects to Lua via Type Traits
Binding plain old functions written in C to the Lua language is not difficult, thanks to Lua’s well designed C API. Binding C++ objects to Lua however can quickly turn into a complex nightmare, as issues of inheritance, memory management, … Continue reading
Posted in Development
Leave a comment
