Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.