luabind

Generate C++ and lua bindings with this library.
Download

luabind Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • Arvid Norberg
  • Operating Systems:
  • Windows All
  • File Size:
  • 325 KB

luabind Tags


luabind Description

luabind is a library designed to help you create bindings between C++ and lua. It will also supply the functionality to define classes in lua and let them derive from other lua classes or C++ classes. Lua classes can override virtual functions from their C++ baseclasses. It is implemented utilizing template meta programming. That means that you don't need an extra preprocess pass to compile your project (it is done by the compiler). It also means you don't (usually) have to know the exact signature of each function you register, since the library will generate code depending on the compile-time type of the function (which includes the signature). The main drawback of this approach is that the compilation time will increase for the file that does the registration, it is therefore recommended that you register everything in the same cpp-file.


luabind Related Software