/EmbeddingLuaTutorial

File to accompany tutorial videos on how to embed Lua in a native application

Primary LanguageC++

Embedding Lua Tutorial

Files to accompany tutorial videos on how to embed Lua in a native application.

The playlist for video tutorials are at https://youtu.be/xrLQ0OXfjaI

How To Build The Project

  • This project requires RTTR library from http://www.rttr.org, see https://youtu.be/O0f7aGU61II for the installation of that library into the tutorial.
  • Download & place the downloaded lua source files in the lua-5.3.4 folder
  • run make_VS2015.bat to create the Visual Studio Project
  • build/ folder should be created, open the EmbeddingLua.sln

Main Source File

main/main.cpp is the source for the application that lua is being embedded.