scrcpy-mask/README.md

19 lines
878 B
Markdown
Raw Normal View History

2024-04-15 21:05:21 +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
2024-04-18 11:51:11 +08:00
- [ ] Wired and wireless connections to Android devices
2024-04-15 21:05:21 +08:00
- [x] Start scrcpy-server and connect to it
2024-04-18 11:51:11 +08:00
- [x] Implement scrcpy client control protocol
2024-04-15 21:05:21 +08:00
- [ ] Mouse and keyboard mapping Partially completed
- [ ] Visually setting the mapping
2024-04-18 11:51:11 +08:00
- [ ] Provide external interface through websocket
2024-04-15 21:05:21 +08:00
## 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.