Lua-API++  2015-02-12-3
Lua-API++ library
Lua API++ library

Lua API++ library is a C++ wrapper for Lua API. The goal of this library is to let you operate Lua using simple expressive syntax.

Most noticeable features provided by the library:

Most noticeable unsupported features:

  • debug;
  • coroutines;
  • string buffers.

The library requires C++11 compatible compiler.

To get acquainted, read about basic concepts, motivational example or how to use it.

This library is licensed under terms of MIT license (same as Lua itself) and maintained on GitHub