[announce] CppLua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: [announce] CppLua
- From: Paolo Capriotti <p.capriotti@...>
- Date: 2005年3月14日 18:05:45 +0000
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