Go to file
2024-05-05 19:54:44 +08:00
.github Create pull_request_template.md 2024-05-02 16:09:06 +08:00
public feat(icon): new icon 2024-04-15 08:29:39 +08:00
src fix(KeyBoard): new SteeringWheel without offset 2024-05-05 19:28:00 +08:00
src-tauri Scrcpy Mask v0.1.5 2024-05-05 19:54:44 +08:00
.gitignore init 2024-04-13 08:32:42 +08:00
index.html init 2024-04-13 08:32:42 +08:00
LICENSE Create LICENSE 2024-04-15 21:15:42 +08:00
package.json Scrcpy Mask v0.1.5 2024-05-05 19:54:44 +08:00
publish.js Scrcpy Mask v0.1.1 2024-05-02 08:44:01 +08:00
README.md Update README.md 2024-05-05 16:02:18 +08:00
tsconfig.json migration from v1 2024-04-13 09:53:41 +08:00
tsconfig.node.json init 2024-04-13 08:32:42 +08:00
vite.config.ts init 2024-04-13 08:32:42 +08:00

Scrcpy-mask

A Scrcpy client in Rust & Tarui aimed at providing mouse and key mapping to control Android device.

Due to the delay and blurred image quality of the mirror screen. This project found another way, directly abandoned the mirror screen, and instead used a transparent mask to display the screen content behind the window, which fundamentally put an end to the delay in casting the screen.

Features

  • Wired and wireless connections to Android devices
  • Start scrcpy-server and connect to it
  • Implement scrcpy client control protocol
  • Mouse and keyboard key mapping
  • Visually setting the mapping
  • Key mapping config import and export
  • Update check
  • Switch between key mapping and raw input
  • Better macro support
  • Provide external interface through websocket

Screenshot

  • Device control

  • Key mapping setting

  • Mask above game

Contribution.

If you are interested in this project, you are welcome to submit pull request or issue. But my time and energy is limited, so I may not be able to deal with it all.