https://github.com/lei1248276/scrcpy-ui
UI for Scrcpy written in Electron(Scrcpy UI 无线投屏控制Android 设备支持鼠标和键盘)
https://github.com/lei1248276/scrcpy-ui
adb android electron mirroring scrcpy scrcpy-gui typescript vue3
Last synced: 2 months ago
JSON representation
UI for Scrcpy written in Electron(Scrcpy UI 无线投屏控制Android 设备支持鼠标和键盘)
- Host: GitHub
- URL: https://github.com/lei1248276/scrcpy-ui
- Owner: lei1248276
- Created: 2024-08-13T09:09:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:04:24.000Z (8 months ago)
- Last Synced: 2025-04-14T23:12:22.784Z (2 months ago)
- Topics: adb, android, electron, mirroring, scrcpy, scrcpy-gui, typescript, vue3
- Language: Vue
- Homepage:
- Size: 6.35 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Scrcpy UI
GUI application for scrcpy
![]()
![]()
![]()
## quick start
![]()
![]()
## [scrcpy](https://github.com/Genymobile/scrcpy)
- This application mirrors Android devices (video and audio) connected via USB or over [TCP/IP](https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#tcpip-wireless), and allows to control the device with the keyboard and the mouse of the computer. It does not require any root access. It works on Linux, Windows and macOS.
- 此应用程序通过 USB 或基于 [TCP/IP](https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#tcpip-wireless)连接镜像 Android 设备(视频和音频),并允许使用计算机的键盘和鼠标控制设备。它不需要任何root权限。该应用支持Linux、Windows和macOS系统。## Requirements
- Mac install [scrcpy](https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md) and adb (mac需要先安装scrcpy和adb)
```bash
brew install scrcpy
```
```bash
brew install android-platform-tools
```- Windows out-of-the-box with built-in scrcpy (windows可以直接使用)
## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```