Skip to content

v26.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 05:59
v26.7.3
7d939ec

Inspired by godotengine/godot#107435, after a lot of work, we found a way to embed mpv's gpu-next vo into GTK4. It is treated as a child of gtk::GraphicsOffload, allowing the compositor to perform direct scanout.

Unfortunately, from now on we will only support Wayland.

During this work, we also made several crates that you may be interested in:

  1. Mutsumi: A wl-proxy embedder with GTK4 UI wrappers.
  2. Danmakw: A danmaku renderer using Pango.
  3. Fughetta: A local media player built on top of Mutsumi. It should be able to handle most local playback scenarios.

This is a large change, and it may still have some issues. If you run into any problems, please report them in the Issues. Hope you love this feature.

Picture 1: gpu-next vo inside player.



图片

Picture 2: Direct scanout with gtk::GraphicsOffload.

What's Changed

Full Changelog: v26.7.2...v26.7.3