Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malisipi/muimpv
A video player library for MUI
https://github.com/malisipi/muimpv
mui v v-mui-plugin vlang
Last synced: about 1 month ago
JSON representation
A video player library for MUI
- Host: GitHub
- URL: https://github.com/malisipi/muimpv
- Owner: malisipi
- License: gpl-3.0
- Created: 2023-03-11T18:55:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T00:48:47.000Z (6 months ago)
- Last Synced: 2024-10-31T14:06:40.964Z (3 months ago)
- Topics: mui, v, v-mui-plugin, vlang
- Language: V
- Homepage:
- Size: 428 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUIMPV - A Video Player Plugin for [MUI](https://github.com/malisipi/mui)
Do you need a video player library for your V/MUI application? *You are correct place!*
!["Example"](./assets/video_player.png)
## For Windows
* Get MPV Shared library from [[email protected]](https://sourceforge.net/projects/mpv-player-windows/files/libmpv/)
* Copy `include` folder and `libmpv-2.dll` into project folder
* Copy `libmpv-2.dll` into parent directory of executables
* And you're ready to go!# For Linux
> *I will add instructions asap.*
## LICENSE
* The library was dual-licensed with GPLv3 and LGPLv3.
* Also this project shares codebase with [mpv-v](https://github.com/xjunko/mpv-v) project.