OpenGL Render API
Opened this issue · 3 comments
Have you done any attempt at integrating MPV using OpenGL Render API method?
To port WPF to WinUI 3 or Avalon, you'll need OpenGL integration. Any plan to support this?
I would be open to supporting this but I don't have the bandwidth to implement this, if anyone is interested in implementing this I'd happily accept it.
btw I'm moving on to Avalonia for cross-platform support, which may have easier support for OpenGL integration.
So need to kind in mind that such integration would be different for WPF, Avalonia, UWP or WinUI3
Whereas the rest of the library is .NET Standard.
For anyone interested in implementing the OpenGL render API from mpv, here is an example repository: https://github.com/shodo/MPVCore/blob/master/SDLMpv/SDLMpv/MPV.cs
For now, this will not be implemented unless mpv.io deprecates the embeddeing API.