lua-users home
lua-l archive

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


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