lua-users home
lua-l archive

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


I've written a small C++ wrapper for the lua API, since I couldn't
find one that fit my needs. I've added an entry in the lua addons
section of lua-users wiki.

Hope someone could find it useful. You can download it here:
http://sourceforge.net/projects/cpplua.
Even if documentation is not yet ready, you can easily understand how
to use it by looking at the test.cpp source file.

Paolo Capriotti