An open API service indexing awesome lists of open source software.

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++.

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
```