lua-users home
lua-l archive

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


On 14 October 2015 at 12:09, Martin Krpan <wtxnh-lua@yahoo.com.au> wrote:
I looked at lqt (https://github.com/mkottman/lqt) but it is for Qt4.
Is there something else?

I started working on a rewrite based on libclang targeting Qt5 a long time ago, but it proved to be a lot of work at the time, and later I had to abandon my projects altogether (work and kids are taking up way too much of time, I rarely have the time to follow up on lua-l anymore). There are other projects that may work with Qt5:

http://www.nongnu.org/libqtlua/ - works with Qt5, "just" a Lua scripting engine for Qt, not an automated binding and "not designed to develop an application in pure Lua"
https://github.com/torch/qtlua - it uses Qt4, but since it's manually written, it may be possible to easily port it to Qt5
https://github.com/lubyk/dub - a binding generator, could in theory be used to create Qt5 bindings (there used to be https://github.com/lubyk/mimas but it also looks not to be updated for a long time)