logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: df4a8843334628817ca09761957adb5cffac7055
parent 6198d7fafeb789f1876301abfbef233ed20f0874
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 17 Dec 2020 01:27:00 +0100

notes/pure-wayland: astromenance digging, neverball logs

Diffstat:

Mnotes/pure-wayland.shtml12++++++++++--
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>