logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: eb20630c243600b93e62e2087d2b5a5acd105ac2
parent 0f89676fe4cd2290373644603abb966af427f2ac
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 16 Mar 2021 16:32:50 +0100

notes/pure-wayland: StabYourself games working in löve-11.3

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -49,6 +49,7 @@ endif</code></pre> <li><a href="https://www.qt.io/">Qt</a> 5 and later: Yes, Just Works</li> <li><a href="https://github.com/anholt/libepoxy">libepoxy</a>: Just Works</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="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="https://www.libsdl.org/">SDL2</a> (2.0.14): Yes, very close to working entirely out-of-the-box. Can need to set <code>SDL_VIDEO_GL_DRIVER=libOpenGL.so</code> or patch libSDL2 (<a href="https://github.com/libsdl-org/SDL/issues/4158">SDL#4158</a>).</li> <li><a href="https://www.gtk.org/">GTK</a> 3 and later: Almost. <a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/699">Suggestions are broken on multi-monitors</a> as well as the usual glitches.</li> <li><a href="http://freeglut.sourceforge.net/">FreeGLUT: free OpenGL utility toolkit</a>: No, depends on <code>wl_shell</code> which is absent in wlroots and probably others (See <a href="https://github.com/dcnieho/FreeGLUT/issues/72">FreeGLUT#72</a>)</li> @@ -85,6 +86,14 @@ endif</code></pre> <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://github.com/nxengine/nxengine-evo">nxengine-evo</a> (Cave Story modern engine): Just Works</li> + <li>StabYourself games compatible with löve-11.3 ( + <a href="https://github.com/Stabyourself/not-tetris-3">not-tetris-3</a>, + <a href="https://github.com/Stabyourself/text-based-golf">text-based-golf</a>, + <a href="https://github.com/Stabyourself/text-based-sokoban">text-based-sokoban</a>, + <a href="https://github.com/Stabyourself/mari0">mari0</a>, + <a href="https://github.com/Stabyourself/notdonkeykong">notdonkeykong</a>, + <a href="https://github.com/Stabyourself/orderoftwilight">orderoftwilight</a>, + …): Just Works</li> </ul> <h3>Needed a bit of work</h3>