[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "Official" binding library
- From: Patrick Rapin <toupie300@...>
- Date: Thu, 8 Dec 2011 16:20:47 +0100
> What are the automatic generators compatible with Lua 5.2 (rcX) ?
> -dub?
> -toLua++?
> -SWIG?
This is not an automatic generator, but I can confirm than my library
LuaClassBasedCall [1] is fully compatible with Lua 5.2 in addition to
5.1.
LuaClassBasedCall can be used to simply call Lua from a C++
application, but not the other way round.
The current state at GitHub, compared to the last announcement of 2.0,
integrate support of TinyXML classes, a number of Qt classes (notably
QString), and a new template parameter to specify error messages type.
Please do not however consider this message as an official release
announcement. :)
[1] https://github.com/prapin/LuaClassBasedCall