logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a1dba2da3ff738debf433c86fa3ec0232a3ed5f3
parent 9f40617ebbd8977910e9ec4cad2ebe706a11d41d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  3 Jun 2021 22:42:27 +0200

notes/pure-wayland: Update GTK3/4 and Qt5 status

Diffstat:

Mnotes/pure-wayland.shtml5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -78,7 +78,6 @@ endif</code></pre> <h2>Librairies</h2> <h3>Works</h3> <ul> - <li><a href="https://www.qt.io/">Qt</a> 5 and later: Yes, Just Works</li> <li><a href="https://github.com/anholt/libepoxy">libepoxy</a>: Just Works</li> <li><a href="https://www.glfw.org/">GLFW</a>: Yes, Just Works</li> <li><a href="https://github.com/cginternals/glbinding">glbinding</a>: Yes, Just Works</li> @@ -89,8 +88,10 @@ endif</code></pre> <li>When bundled in binairies: Needing to set <code><a href="https://github.com/libsdl-org/SDL/blob/main/docs/README-dynapi.md">SDL_DYNAMIC_API</a></code> to where your distro's <code>libSDL2.so</code> library is.</li> <li>With <a href="https://github.com/libsdl-org/SDL/pull/4358">libsdl-org/SDL#4358</a> desktop OpenGL works</li> </ul></li> - <li><a href="https://www.gtk.org/">GTK</a> 3 and later: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li> <li><a href="http://mygui.info">MyGUI</a>: Needs a patch for GLVND (<a href="https://github.com/MyGUI/mygui/pull/224">mygui#224</a>)</li> + <li><a href="https://www.gtk.org/">GTK</a> 4: Seems to work okay (only tried the demo applications)</li> + <li><a href="https://www.gtk.org/">GTK</a> 3: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li> + <li><a href="https://www.qt.io/">Qt</a> 5: Almost, menus are misplaced, specially on multi-monitors.</li> </ul> <h3>Maybe / Not really</h3> <ul>