logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 4f6b23e23d9e654df81c7c9f0a1d1cfda1c0a39b
parent b01a965ad3ab7c0b1dfd3ba55f238ff3f2fa3d96
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 21 Mar 2021 06:18:04 +0100

notes/pure-wayland: Krita

Diffstat:

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

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -142,6 +142,7 @@ endif</code></pre> <li><a href="https://wiki.gnome.org/Apps/Evince">evince</a>: Yes, Just Works</li> <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing</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://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> <li><a href="http://azsky2.html.xdomain.jp/soft/azpainter.html">azpainter</a>: No, depends on X11</li>