Skip to content

A library to create objects from C++ to Lua - Can be used to create Lua module as well as to create Lua extensions to C++ programs.

License

Notifications You must be signed in to change notification settings

thomas-maurice/libluawrap

Repository files navigation

# libluawrap

Compile

Create a build/ directory Get in there Type cmake .. Type make ??? Profit :)

## Introduction libluawrap is a C++ class used to create easily tables, variables and classes in C++ and export them to Lua to create modules and/or interfaces with this language without caring of the technical part of the C API (especially the stack which is rather gross to manipulate when you're not quite familiar with it).

## Documentation The documentation is availiable here and will be soon be put in a dedicated folder in a PDF or LaTeX format in the source directory. Moreover a small manpage is located in man/

About

A library to create objects from C++ to Lua - Can be used to create Lua module as well as to create Lua extensions to C++ programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published