commit: 9a029fca6b24c589436b4e3647b1b9dd5a8f6df0
parent 08275ea5c29a4bf943a2773645e800c12e955f82
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 17 Dec 2020 01:27:00 +0100
notes/pure-wayland: astromenance digging, neverball logs
Diffstat:
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml
@@ -34,8 +34,16 @@
<li><a href="https://supertux.org/">SuperTux</a>: <del>No, because of GLEW</del> Yes, changed it's build configuration to use <a href="https://glbinding.org/">glbinding</a></li>
<li><a href="https://supertuxkart.net/">SuperTuxKart</a>: Quite, works in wayland with gles2(because irrlicht tries to dynamically load <code>libGL.so.1</code> otherwise) in current git (<code>9f1ae2b7619f21546cc5cdd4bbeea53492d4b7ac</code>)</li>
<li><a href="https://7kfans.com/">seven-kingdoms</a>: Seems to work fine</li>
- <li><a href="https://neverball.org">neverball</a>: No, Fails at runtime</li>
- <li><a href="https://viewizard.com">astromenace</a>: No, depends on X11</li>
+ <li><a href="https://viewizard.com">astromenace</a>: No, window fades from white to black, still get proper sound, including input feedback</li>
+ <li><a href="https://neverball.org">neverball</a>: No, Fails at runtime <details><summary>log</summary>
+<pre>$ <kbd>neverball</kbd>
+Creating a window (800x600, windowed)
+Created a window (1, 800x600, windowed)
+Missing required OpenGL extension (ARB_multitexture)
+Missing required OpenGL extension (ARB_vertex_buffer_object)
+Missing required OpenGL extension (ARB_point_parameters)
+it done did a broke (SEGV)
+</pre></details></li>
<li><a href="https://www.xonotic.org/">xonotic</a>: No, depends on X11</li>
<li><a href="https://www.bzflag.org/">bzflag</a>: No, depends on GLEW also needs a simple patch to search for <code>-lOpenGL</code></li>
<li><a href="https://www.bay12games.com/dwarves">dwarf fortress</a>: No, hard-depends on GTK2+ and libSDL-1</li>