lua-users home
lua-l archive

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


On Thu, 15 Jan 2009, Alexandre Becoulet wrote:

On Wednesday 14 January 2009, Leo Razoumov wrote:

I am curious whether Qt Lua bindings are being actively developed?

I'am woking on a project called libqtlua. This library makes Qt4 applications
scriptable like the QtScript module but uses lua as interpreter. The first
usable version (~10 000 lines of c++ code) is almost finished now and I'am
currently writing documentation and examples before release. Stay tuned.

--
Alexandre


Alexandre,
thanks for your efforts. Lua scripting in a Qt app will be useful, indeed.

At this point I am looking for a Lua binding to Qt library in a spirit
similar to Python Qt bindings PyQt. It allows to write an entire GUI script in Python (I would prefer Lua, though) w/o need to program C++ directly.

--Leo--