luabind topic
List
luabind repositories
tolua
3.0k
Stars
874
Forks
Watchers
The fastest unity lua binding solution
cpp2lua-buindings-battle
32
Stars
1
Forks
Watchers
Lua <-> C++ bindings libraries benchmark
luabind
46
Stars
13
Forks
Watchers
Luabind is a library that helps you create bindings between C++ and Lua.
BIN_LuaBind
27
Stars
11
Forks
Watchers
BIN_LuaBind是一个和luabind、tolua++类似的库,提供了简洁的C/C++到lua的绑定机制,但与之不同的是BIN_LuaBind比他们更安全:lua层不在直接依赖于C/C++层指针,避免野指针引起宕机。除此之外,BIN_LuaBind对Lua提供...