Back to Browse

Embedding Lua in C++ #22 - Building Run Time Type Information

2.4K views
Jul 8, 2018
16:33

Download, Compile & Build of http://www.rttr.org/ library into our project so we can use it to create automated Lua bindings. The stub project for these videos is available here. https://github.com/davepoo/EmbeddingLuaTutorial 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. See https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html for the CMake documenation on how to make for your platform if you aren't using Visual Studio.

Download

1 formats

Video Formats

360pmp426.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Embedding Lua in C++ #22 - Building Run Time Type Information | NatokHD