ParadoxSpiral / libmpv-rs

A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
100 stars 36 forks source link

Wrap rendering APIs and add examples #11

Open ParadoxSpiral opened 4 years ago

ParadoxSpiral commented 4 years ago

A new API has recently been added in https://github.com/mpv-player/mpv/commit/b93f142011381a9ad753a246ea112115f262e7a1 The older APIs also need to be supported.

zumoshi commented 3 years ago

Any progress on this? I may be interested in contributing if you tell me how you want it done. Did you manage to review the sztomi's pull request for this?