glide
glide copied to clipboard
Port Glide to GTK 4.0
https://gtk-rs.org/ https://gtk-rs.org/gtk4-rs/stable/latest/book/
I would love to see this happen as well.
I did attempt to build it and tweak the Cargo.toml with gtk4 and the latest versions of other packages, but the meson/ninja build stuff I'm unfamiliar with and it isn't working for me on Fedora Silverblue.
The biggest issue might be to have a usable gtk4-compatible video sink. I'm not sure what's the current state about this in GStreamer, needs to be investigated...
This might be the way to handle video rendering, https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/video/gtk4
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/767 also but looks stalled.
Some work started on this, see https://github.com/philn/glide/pull/64