Replies: 2 comments 2 replies
-
Hi @groggily! |
Beta Was this translation helpful? Give feedback.
-
GTK2 is fairly easy to implement (or, rather, add support for) since the API is smaller than GTK4 and well-known. Here is an example of ffi gir bindings for ruby via gtk2: https://github.com/mvz/gir_ffi-gtk See the first example code there. For simple stuff, simple GUIs, this works quite ok-ish (hello world example, getting user input GTK4 is a bit strange. They added things but also removed it and they already plan With regard to qt: it would be nice if a prototype could be supported, say only a
These three would be pretty nice to have, so we can do quite a bit with this. For If that works then perhaps at a later time it can be extended. Qt is pretty large, and supporting all of it may be too much work. There used to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On Linux, the backend is GTK3. Adding a Qt backend will allow people to choose the backend they prefer. I know some people prefer to use Qt even on Windows.
Beta Was this translation helpful? Give feedback.
All reactions