Simple Lua Binder (SLB) V2.0

时间:2015-03-31 04:03:52
【文件属性】:

文件名称:Simple Lua Binder (SLB) V2.0

文件大小:175KB

文件格式:ZIP

更新时间:2015-03-31 04:03:52

lua SLB Simple Lua Binder

SLB is an "simple-to-use" library to wrap C/C++ and use it from lua scripts. The aim of SLB is to provide an easy to use library to wrap code to lua and extend your applications from lua.SLB can also be used as a reflection library for C/C++, you can access to all the registered classes and ask for its methods, metadata, and so on. SLB doesn't depend on any library (except lua, which is included), it should compile on any platform. The API is very similar to boost::python, or Luabind, but SLB doesn't use boost at all (or any other library). SLB can be compiled as dynamic library, or it can be included in your project, see INSTALLATION for further instructions. Recently SLB is also a thread-safe library, but this feature is being tested right now.


【文件预览】:
SLB_2.0_beta_amalgamation
----lua.c(484KB)
----SLB.hpp(123KB)
----lua()
--------lua.h(13KB)
--------lauxlib.h(6KB)
--------luaconf.h(14KB)
--------lualib.h(1KB)
----SLB.cpp(53KB)

网友评论