Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 555 Bytes

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

gem-mpv

Bring the power of libmpv into Gem.

Building

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.