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

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 设备支持鼠标和键盘)

Awesome Lists containing this project

README

        


Scrcpy UI


Scrcpy UI


GUI application for scrcpy





dashboard
log
tray

## quick start


add-ip
ip-box

## [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
```