lua-users home
lua-l archive

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


Hello,

Today I made the first public release of Diluculum, a library that may
be of interest for the Lua community. You can find it at
ttp://www.stackedboxes.org/Projects/Diluculum/

From the web site:

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.

I hope someone else find it useful. :-)

Best regards,

LMB