pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
307 stars 59 forks source link

Is there any consideration of wrapping Qt with Lua #105

Closed louislau86 closed 2 years ago

louislau86 commented 2 years ago

Thanks for your good job of wxLua. Nowadays, many people use Qt as their GUI framwork, is there any consideration of wrapping Qt with lua in order to use lua develop Qt based apps?

pkulchenko commented 2 years ago

It looks like there is already https://github.com/lqt5/lqt and https://github.com/torch/qtlua, although I'm not familiar with either project. The API and the bindings are completely different and it's quite an undertaking to support, so I have no plans to do it as part of this project.