Skip to content

This repository contains the code and notes that I took while following the series "Embedding Lua in C++" From Dave Poo in YouTube https://www.youtube.com/playlist?list=PLLwK93hM93Z3nhfJyRRWGRXHaXgNX0Itk

Notifications You must be signed in to change notification settings

jairomer/embedded-lua-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Lua in C++ tutorial

This repository contains the code and notes that I took while following the series "Embedding Lua in C++" From Dave Poo in YouTube.

How to run it?

You will need CMake installed on your system.

git clone <this repo> && cd <this repo> && mkdir build && cd build && cmake && make && ./runme

What I learned?

  • How to combine and use the Lua C API with C++.
  • How to use Lua as a configuration language for more advanced C++ projects.
  • Some fancy features of C++.

About

This repository contains the code and notes that I took while following the series "Embedding Lua in C++" From Dave Poo in YouTube https://www.youtube.com/playlist?list=PLLwK93hM93Z3nhfJyRRWGRXHaXgNX0Itk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published