Go to file
2024-04-15 21:15:42 +08:00
public feat(icon): new icon 2024-04-15 08:29:39 +08:00
src feat(hotkey): adjust hotkey 2024-04-15 14:22:11 +08:00
src-tauri bug(macos): fix bug on macos 2024-04-15 14:00:25 +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 bug(macos): fix bug on macos 2024-04-15 14:00:25 +08:00
README.md feat(README): add README.md 2024-04-15 21:05:21 +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 (control) client in Rust & Tarui aimed at providing mouse and key mapping.

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

  • Start scrcpy-server and connect to it
  • Mouse and keyboard mapping Partially completed
  • Visually setting the mapping
  • Other setting

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.