https://github.com/ifoxhz/xikaplay
The player base mpv, the UI is electron and react.
https://github.com/ifoxhz/xikaplay
electron ffi-wrapper mpv-player nextjs nextui nodejs player-video
Last synced: 3 months ago
JSON representation
The player base mpv, the UI is electron and react.
- Host: GitHub
- URL: https://github.com/ifoxhz/xikaplay
- Owner: ifoxhz
- License: gpl-3.0
- Created: 2023-11-09T10:12:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T11:20:18.000Z (over 2 years ago)
- Last Synced: 2024-03-17T12:20:35.207Z (over 2 years ago)
- Topics: electron, ffi-wrapper, mpv-player, nextjs, nextui, nodejs, player-video
- Language: Lua
- Homepage:
- Size: 804 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xikaplay
An Electron Player with React and libmpv。公司的内嵌播放器,开发模型验证。
nextui desigh style
download libmpv-2.dll libmpv.dll.a to extraResources/lib目录下面
https://sourceforge.net/projects/mpv-player-windows/files/libmpv/
## Project Setup
### Install
```bash
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```
### Picture
