Skip to content

davepoo/EmbeddingLuaTutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published