Egil Möller
Egil Möller
Yeah. The problem with doing nearly all of those things with the current implementation is that reparsing the XML of the SVG and rebuilding the DOM tree on every update...
Btw, sorry that everything is a bit slow right now - I'm working on https://github.com/redhog/InfiniteGlass/pull/53 and it's taking quite a bit of time to get right...
Try out SVG-to-SDF-topixmap
Does it support using the OpenGL skia backend? It would be a very big performance advantage to not render the image to RAM and then copy it to a texture,...
Yep, it needs rebuilding w latest version!
I don't use it myself, so it doesn't get properly tested :S
$DISPLAY handling correction pushed
PermissionError: [Errno 13] Permission denied: '/home/glass/.config/glass/ghosts.yml' is really curious to me. This is inside the container, in a path on the container disk, not a mount, so this must be...
Wait, /home isn't volume / mount? Could you try to run this with docker using the makefile? As in `make run-in-docker` and compare? I could pip install in a virtualenv,...
It is awesome that you test stuff properly. I can try a VM with Arch :) I'd just like for you to run things with docker the exact same way...