This repository contains a concurrent LUA executor that is designed to keep running a same (but updateable) set of scripts over a long period of time. The design of the library is quite opinionated, ...
This C++ code demonstrates how to create a template to call C++ functions from Lua scripts. The code is composed of several key sections, including class methods, Lua-to-C++ function bindings, and the ...