[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: QtLua Library on windows
- From: Alexandre Becoulet <alexandre.becoulet@...>
- Date: Fri, 30 Apr 2010 10:16:19 +0200
On Thursday 29 April 2010 14:26:18 Gedalia Pasternak wrote:
> Does anyone have experience using swig to bind lua to qt, I've seen it
> suggested that the results have limitation and that you really need a
> custom system for connecting to qt.
QtLua is designed to add Lua scripting feature to an existing Qt application.
It's a script engine rather than a binding and you will have to write some c++
code to define what is accessible from Lua.
--
Alexandre