Diluculum 可以让 Lua 和 C++ 语言更好的结合工作。
Diluculum is a library that intends to make the coexistence of C++ and Lua more harmonious. In this regard, it offers essentially three “services”:
A nice way to access data stored in a Lua interpreter.
A not so bad way to write functions in C++ and make them available to Lua.
A limited and just barely usable way to register C++ classes and objects in a Lua state.
项目主页:http://www.stackedboxes.org/~lmb/en/diluculum/index?/
下载地址:http://www.stackedboxes.org/~lmb//files/diluculum/releases/Diluculum-0.5.5.tar.gz
来自:开源中国社区

