egui-sharkplayer 0.3.0

A hardware accelerated video player for egui using libmpv
Documentation
1
2
3
4
5
6
7
8
9
10
11
# SharkPlayer

A hardware-accelerated video widget for `egui`, backed by [`libmpv2`].
Because playback is driven with mpv, and video frames are rendered straight
into an OpenGL framebuffer, this only works when using `eframe`'s `glow`
rendering backend; `wgpu` is not supported.

For API documentation, see <https://docs.rs/egui-sharkplayer>.

[egui]: https://github.com/emilk/egui