logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: b46c19f961e1d9faa694b7ed85591a464bb69896
parent 920d2fb8192822f48aa53f17091976bc26a8545a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 31 May 2021 01:27:44 +0200

notes/pure-wayland: Blender

Diffstat:

Mnotes/pure-wayland.shtml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -189,6 +189,7 @@ endif</code></pre> <li><a href="https://www.gimp.org/">The GIMP</a> (2.99.6): Yes, Just Works</li> <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing and <a href="https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1143">requires patching meson for GLVND</a></li> <li><a href="https://github.com/eXeC64/imv">imv</a> (IMage Viewer): Sort-of, needs a patch for <code>-lGL</code> to <code>-lOpenGL</code> (<a href="https://github.com/eXeC64/imv/pull/285">my PR for it</a>)</li> + <li><a href="https://www.blender.org">blender</a>: Needed to patch their cmake files a bit for GLVND</li> <li><a href="https://krita.org/">Krita</a>: Works, including tablet support. Had to switch Qt to full OpenGL instead of GLES and remove qtx11extra stuff in two <code>CMakeList.txt</code> files.</li> <li><a href="https://www.mumble.info/">Mumble</a>: No, requires libXext (<a href="https://github.com/mumble-voip/mumble/pull/4607">own PR for making it optionnal</a>)</li> <li><a href="https://obsproject.com">OBS Studio</a>: No, requires X11 libs including in feaneron's <code>egl-wayland</code> branch</li>