https://github.com/brys0/wails-mpv-example
https://github.com/brys0/wails-mpv-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brys0/wails-mpv-example
- Owner: brys0
- Created: 2024-11-06T13:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:57:22.000Z (over 1 year ago)
- Last Synced: 2025-12-06T20:54:40.382Z (8 months ago)
- Language: NSIS
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
1. Download libmpv from [here](https://sourceforge.net/projects/mpv-player-windows/files/libmpv/)
2. Extract libmpv-2.dll to wails-mpv-example/
3. Rename libmpv-2.dll to libmpv.dll
# Running
## Standalone
`go run -tags nocgo standalone/main.go`
## App
`wails dev -tags "nocgo"`