commit: aafff16e16d468d4528e705e4f1013ff3e8ff06d
parent b4ec36ee75d1c200057a211f3c6b406f9af86a1a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 20 Apr 2025 03:58:06 +0200
notes/pure-wayland.shtml: Heck yeah, FLTK is here
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml
@@ -90,6 +90,7 @@ endif</code></pre>
<li><a href="https://love2d.org/">löve(2d)</a> (0.10.2+, tested with 11.3 + lua5.2): Yes, it's SDL2-based after all.</li>
<li><a href="http://www.waffle-gl.org/">waffle</a> Yes, use 1.7.0+ for support in modern compositors</li>
<li><a href="http://mygui.info">MyGUI</a> (3.4.2+): Yes, earlier versions needed a patch to not pull libGL and GLX (<a href="https://github.com/MyGUI/mygui/pull/224">mygui#224</a>)</li>
+ <li><a href="https://www.fltk.org/">FLTK</a> (1.4.2+): Yeah, although needs a small CMake patch for non-X11 OpenGL <a href="https://github.com/fltk/fltk/pull/1251">fltk#1251 - CMake: Fallback to libOpenGL (no-X11 OpenGL)</a></li>
</ul>
<h3>Needs more testing</h3>
<ul>
@@ -115,7 +116,6 @@ endif</code></pre>
<ul>
<li><a href="http://irrlicht.sourceforge.net/">irrlicht</a>: Nope, <a href="http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=52107">there is some community work on it</a></li>
<li><a href="https://www.tcl.tk/">TCL/TK</a>: Nope, but there is <a href="http://www.androwish.org/home/wiki?name=undroidwish">undroidwish</a> apparently supporting it, <a href="https://wiki.tcl-lang.org/page/GSoC+Idea%3A+Tk+Backend+for+the+Wayland+Display+Protocol">GSoC idea page</a></li>
- <li><a href="https://www.fltk.org/">FLTK</a>: Nope, could be there in the future(1.4.x) see <a href="https://www.fltk.org/str.php?L3371">STR #3371</a></li>
<li><a href="https://www.sfml-dev.org/">SFML: Simple and Fast Multimedia Library</a>: <a href="https://github.com/SFML/SFML/issues/1082">Nope</a></li>
<li><a href="https://ibiblio.org/ggicore/packages/libggi.html">General Graphics Interface(GGI)</a>: Doesn't seems to have wayland support</li>
<li><a href="https://wxwidgets.org/">wxWidgets GTK port, 3.0.x</a>: No, GUI depends on X11, also needs <code>-lGL</code> → <code>-lOpenGL</code> patch</li>