tolua

Tool to integrate C/C++ code with Lua - development files

Install

All systems
curl cmd.cat/tolua.sh
Debian Debian
apt-get install libtolua-dev
Ubuntu
apt-get install libtolua-dev
image/svg+xml Kali Linux
apt-get install libtolua-dev
Windows (WSL2)
sudo apt-get update sudo apt-get install libtolua-dev
Raspbian
apt-get install libtolua-dev

libtolua-dev

Tool to integrate C/C++ code with Lua - development files

tolua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a cleaned header file, tolua automatically generates the binding code to access C/C++ features from Lua. Using Lua API and tag method facilities, tolua maps C/C++ constants, external variables, functions, classes, and methods to Lua.