https://github.com/martinhelmut/embedding-lua-in-cpp-example
This is an example repository on how to embed Lua in C++.
https://github.com/martinhelmut/embedding-lua-in-cpp-example
cmake cpp lua
Last synced: 6 days ago
JSON representation
This is an example repository on how to embed Lua in C++.
- Host: GitHub
- URL: https://github.com/martinhelmut/embedding-lua-in-cpp-example
- Owner: MartinHelmut
- License: mit
- Created: 2022-08-30T08:57:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T16:27:02.000Z (over 3 years ago)
- Last Synced: 2025-06-11T16:46:11.298Z (11 months ago)
- Topics: cmake, cpp, lua
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Embedding Lua in C++ example
This is an example repository on how to embed Lua in C++.
## Setup
This project requires [Litr](https://github.com/krieselreihe/litr).
Quick setup to build and run the application:
```shell
litr build,start
```