aynakeya / go-mpv

Go bindings for libmpv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-mpv

Go bindings for libmpv.

Why reinventing the wheel?

Because the old wheel didn't work for me

And enhance memory safety


install

linux

sudo apt install libmpv-dev
go get github.com/aynakeya/go-mpv

macos

brew install mpv
go get github.com/aynakeya/go-mpv

windows

  1. compile or download mpv-2.dll.
  2. copy mpv-2.dll and mpv folder to system path
go get github.com/aynakeya/go-mpv

Known bugs

About

Go bindings for libmpv.

License:MIT License


Languages

Language:Go 89.1%Language:C 10.9%