[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] SLB-2.0
- From: Jose Luis Hidalgo <joseluis.hidalgo@...>
- Date: Tue, 10 Jul 2012 21:44:16 +0200
Hi all,
I'm glad to finally announce the release of SLB (Simple Lua
Binder)[1] with support for lua 5.2.1. SLB basically is a C++ to lua
wrapper library , with no external dependency, easily to adapt and
careful handling of C++ objects management from lua (smart pointers,
proxy classes, custom management, ... ). It lacks for proper
documentation but you can find out how it works from plenty of
examples[2].
Finally there's an amalgamated[3] version of SLB (like sqlite) with
just one source file for SLB and another one for the whole lua.
[1] SLB: http://code.google.com/p/slb/
[2] Examples: http://code.google.com/p/slb/source/browse/#hg%2Fexamples
[3] SLB-amalgamation:
http://code.google.com/p/slb/downloads/detail?name=SLB-2.00_amalgamation.zip
Regards,
JLH