filmov
tv
Embedding Lua in C++ #24 - Passing Parameters Using Run Time Type Information

Показать описание
The stub project for these videos is available here.
How to embed Lua into a C++ application and interface with the Lua C API.
To follow along you should be familiar with how to code in C++, some knowledge of the Lua scripting langage itself is preferable as this is not a scripting language tutorial.
The tutorial is on Windows and using CMake and Visual Studio, but you could build this code on pretty much any platform.