This is pd-mpv updated for libmpv render api. Currently works in Debian Bookworm, Gem 0.94 and libmpv 0.35
All credits to Antoine Villeret, IOhannes m zmölnig
Bring the power of libmpv
into Gem
.
You need a recent version of Gem installed locally and the libmpv at least version 0.27.2.
git clone https://github.com/kubriel/pd-mpv.git
mkdir build
cd build
cmake ../
cmake --build .
Then you will find a mpv.pd_linux
in the build
folder.
Put it in your Pd search path and start playing around.