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

https://github.com/xiyoo0812/luakit

一个基于C++17的lua绑定库。
https://github.com/xiyoo0812/luakit

binding cpp17 lua

Last synced: 11 months ago
JSON representation

一个基于C++17的lua绑定库。

Awesome Lists containing this project

README

          

# luakit
一个基于C++17的lua绑定库。

# 依赖
- c++17
- [lua](https://github.com/xiyoo0812/lua.git)5.2以上
- 项目路径如下

|--proj

 |--lua

 |--luakit

# 功能
- 只有头文件,不需编译

# lua使用方法