Skip to content

Dax89/LuaWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

LuaWrapper

This easy to use wrapper brings Lua scripts closer to C++, these are the main features:

  • You can expose C++ static/non static functions.
  • You can expose C++ class and methods as Lua table
  • Smart Pointers are supported, so you don't need to manual release you wrapper objects.

In order to use this wrapper you will need to enable C++11 flag in your compiler. Current version requires Lua 5.2, a branch for Lua 5.1 is available too (an internal version of bit32 is provided in this case) This wrapper is released under MIT License.

Tutorials:

About

A Template Based C++ Lua Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published