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绑定库。
- Host: GitHub
- URL: https://github.com/xiyoo0812/luakit
- Owner: xiyoo0812
- License: mit
- Created: 2022-04-21T17:43:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T09:27:29.000Z (about 1 year ago)
- Last Synced: 2025-05-07T08:58:15.579Z (about 1 year ago)
- Topics: binding, cpp17, lua
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 16
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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使用方法