lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


We are pleased to announce that a beta of luabind is now available for public download.

http://luabind.sf.net/

luabind is a library that helps you create bindings between C++ and <http://www.lua.org>lua. It has the ability to expose functions and classes, written in C++, to lua. It also supplies the functionality to define classes in lua and let them derive from other lua classes or C++ classes.


---
Arvid Norberg and Daniel Wallin