luabind is a library that simplifies C++ integration with Lua. Using templates, it provides a powerful and easy-to-use interface for exposing functions and classes to Lua.
| Tags | Software Development Libraries |
|---|---|
| Licenses | Boost Software License MIT/X |
| Operating Systems | OS Independent |
| Implementation | C++ Lua |
Recent releases


Release Notes: Several bugs have been fixed since 0.9. Compatibility with MSVC 10 has been added.


Release Notes: Major performance improvements were made. Smart pointers are automatically handled. Down-casting of polymorphic types is handled. Virtual and multiple inheritance now works properly.