Wrote a new article! Part of my Lua series, using Lua with C++. Integration, API usage, common patterns.
https://martin-fieber.de/blog/cpp-and-lua/
#Lua #LuaSeries #Cpp

C++ and Lua
Besides on its own, Lua is also an amazing language to extend applications. This article is an overview of how to do just that. Integrating Lua into a C++ application, state and stack, accessing data, defining new functions and modules, and more.