https://github.com/gen2brain/go-mpv
Go bindings for libmpv
https://github.com/gen2brain/go-mpv
Last synced: about 1 year ago
JSON representation
Go bindings for libmpv
- Host: GitHub
- URL: https://github.com/gen2brain/go-mpv
- Owner: gen2brain
- License: gpl-3.0
- Created: 2022-01-27T10:59:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T22:15:16.000Z (about 2 years ago)
- Last Synced: 2025-03-27T22:01:31.439Z (over 1 year ago)
- Language: Go
- Size: 400 KB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-mpv
[](https://github.com/gen2brain/go-mpv/actions)
[](https://pkg.go.dev/github.com/gen2brain/go-mpv)
> Go bindings for [libmpv](https://mpv.io/).
### Build tags
* `nocgo` - use [purego](https://github.com/ebitengine/purego) implementation (can also be used with `CGO_ENABLED=0`)
* `pkgconfig` - use pkg-config
* `static` - use static library (used with `pkgconfig`)