lua-users home
lua-l archive

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


Hi,

We have written a library that helps you bind C++ classes and functions to lua. It's like tolua, but without the need of the extra parsing step. It is inspired by and similar to Boost.Python http://www.boost.org/libs/python/doc/index.html

We have put up beta documentation at: http://www.acc.umu.se/~arvid/luabind/docs.html

The library is in beta phase, and if anyone is interested in testing it, send us a mail.


---
Arvid Norberg and Daniel Wallin