logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: df4d6d8ed75ada16233b75f137c708bf607b3f44
parent 354e2730b18c97438e35b14c180fec7452314486
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  9 May 2022 23:00:10 +0200

notes/pure-wayland: Update GTK4 status

Diffstat:

Mnotes/pure-wayland.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -91,7 +91,6 @@ endif</code></pre> </ul> <h3>Needs more testing</h3> <ul> - <li><a href="https://www.gtk.org/">GTK</a> 4: Seems to work okay (only tried the demo applications)</li> <li><a href="https://github.com/libsdl-org/sdl12-compat">SDL-1.2 (compat)</a>: Getting there</li> <li><a href="https://liballeg.org/">allegro-4</a>: Maybe, compiles with OpenGL enabled</li> </ul> @@ -107,6 +106,7 @@ endif</code></pre> <li>Running <code><kbd>sed -i 's/-lGL/-lOpenGL/' config/Makefile.linux-egl</kbd></code></li> <li>Passing <code>POPT="${CFLAGS} <kbd>-D__native_client__</kbd>"</code> and <code><kbd>SYSTEM=linux-egl</kbd></code> to make options, for both build and install</li> </ul></li> + <li><a href="https://www.gtk.org/">GTK</a> 4: No, unless maybe you use GNOME, which means it's not even FreeDesktop portable</li> <li><a href="http://freeglut.sourceforge.net/">FreeGLUT: free OpenGL utility toolkit</a>: No, depends on <code>wl_shell</code> which is absent in wlroots and probably others (See <a href="https://github.com/dcnieho/FreeGLUT/issues/72">FreeGLUT#72</a>), it's activity is very low so consider using other librairies instead</li> <li><a href="https://liballeg.org/">allegro-5</a>: I managed to get most of it to compile with some patches, couldn't get liballegro_dialog (gtk on non-apple unixes) yet though as it depends on GTK with X11.</li> </ul>