logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 2f06e3bdbc4e1936dcb3bb49657298e9107c02a5
parent cb6872dcc5250851dd74ea9d6fd23cda22318220
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 15 Dec 2020 08:00:31 +0100

notes/pure-wayland: More games

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -29,11 +29,18 @@ <ul> <li><a href="https://github.com/fmang/oshu">oshu</a>: Yes, just Works™ thanks to it being pure SDL2</li> <li><a href="https://parallelrealities.itch.io/blob-wars-attrition">Blob Wars : Attrition</a>: Yes, Just Works™ (SDL2)</li> + <li><a href="https://github.com/Xenoveritas/abuse">abuse</a> (Crack.Com): Yes, Just Works™</li> + <li><a href="https://github.com/sergiou87/open-supaplex">open-supaplex</a>: Just Works™</li> <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://www.xonotic.org/">xonotic</a>: No, depends on X11</li> + <li><a href="https://www.bzflag.org/">bzflag</a>: No, depends on GLEW</li> <li><a href="https://www.bay12games.com/dwarves">dwarf fortress</a>: No, hard-depends on GTK2+ and libSDL-1</li> <li><a href="http://armagetronad.org/">armagetronad</a>: No, even in the current SDL2 branch</li> + <li><a href="http://www.wesnoth.org">wesnoth</a>: Not really, some basic actions are broken</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://github.com/Anuken/Mindustry">Mindustry</a>: Nope, <code>libsdl-arc64.so</code> is shared linked against <code>libGL.so.1</code></li>