logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 885db7e0bf68c3020208bab8e708a75a5e84d9d9
parent f3e57d118a16bce3eeb8bbbb680e6b3b5b4d336f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 16 Mar 2021 09:24:36 +0100

notes/pure-wayland: Neon's Excavation Site Mercury

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -100,6 +100,7 @@ endif</code></pre> <li><a href="https://neverball.org">neverball</a>: Works with OpenGLĀ ES(<code>make ENABLE_OPENGLES=1</code>), segfaults with OpenGL(which needs <code>sed -i s;-lGL;-lOpenGL; Makefile</code>)</li> <li><a href="https://gitlab.com/pingus/pingus">pingus</a>: Displays with a small patch(<a href="https://gitlab.com/pingus/pingus/-/merge_requests/191">pingus!191</a>), story mode segfaults but seems unrelated.</li> <li><a href="https://fte.triptohell.info/">FTE Quake World</a>(Quake Game Engine): Kind of, works in weston (with the legacy <code>"wl_shell"</code>) but doesn't in sway, it fails to hook to <code>"xdg_wm_base"</code> properly.</li> + <li><a href="https://nc.itch.io/mercury">Excavation Site Mercury</a>: Need 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> </ul> <h3>Doesn't works</h3> @@ -113,6 +114,7 @@ endif</code></pre> <li><a href="http://armagetronad.org/">armagetronad</a>: Black screen in current trunk(<code>0ba8c6ff0aeda14d86760a1744c6296cbf8632be</code>)</li> <li><a href="http://www.secretmaryo.org/">Secret Maryo Chronicles</a>: No, hard depends on X11</li> <li><a href="https://secretchronicles.org/">TSC: The Secret Chronicles of Dr. M.</a>: No, because of SFML</li> + <li><a href="https://extremetuxracer.sourceforge.net">Extreme Tux Racer</a>: No, because of SFML</li> <li><a href="https://github.com/Anuken/Mindustry">Mindustry</a>: Nope, <code>libsdl-arc64.so</code> is shared linked against <code>libGL.so.1</code></li> <li><a href="http://oolite.org/">oolite</a>: Nope, <a href="https://github.com/OoliteProject/oolite/issues/222">still on SDL-1.2</a></li> <li><a href="http://chromium-bsu.sourceforge.net/">Chromium B.S.U</a>: No, I get a grey window that flashes to red from time to time. Tested on master's branch at commit <code>86b985c5c386410371b48b4169aec14b81007a59</code></li>