https://github.com/iandiv/guiscrcpyplusplus
GuiScrcpy++ is a graphical user interface for the scrcpy project, designed to enhance the user experience and simplify the use of scrcpy's powerful Android screen mirroring capabilities.
https://github.com/iandiv/guiscrcpyplusplus
scrcpy scrcpy-android scrcpy-gui windows windows-10 windows-11
Last synced: 3 months ago
JSON representation
GuiScrcpy++ is a graphical user interface for the scrcpy project, designed to enhance the user experience and simplify the use of scrcpy's powerful Android screen mirroring capabilities.
- Host: GitHub
- URL: https://github.com/iandiv/guiscrcpyplusplus
- Owner: iandiv
- License: mit
- Created: 2024-01-18T20:38:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-19T06:09:33.000Z (over 1 year ago)
- Last Synced: 2024-01-24T12:07:36.903Z (over 1 year ago)
- Topics: scrcpy, scrcpy-android, scrcpy-gui, windows, windows-10, windows-11
- Language: C#
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GuiScrcpy++[](LICENSE)
**GuiScrcpy++** is a graphical user interface for the [scrcpy](https://github.com/Genymobile/scrcpy) project, designed to enhance the user experience and simplify the use of scrcpy's powerful Android screen mirroring capabilities.

## Getting Started
### Prerequisites
- [Scrcpy](https://github.com/Genymobile/scrcpy) must be installed on your system. Follow the scrcpy installation instructions for your platform.
## Download[](https://github.com/iandiv/GuiScrcpyPlusPlus/releases/latest)You can download the latest release of GuiScrcpy++ from the [Releases](https://github.com/iandiv/GuiScrcpyPlusPlus/releases/latest) page.
## Usage
1. **Plug in your Android device:**
- Connect your Android device to your computer via USB.2. **Ensure USB Debugging is enabled:**
- Make sure that USB debugging is enabled on your Android device.3. **Select scrcpy path:**
- Open GuiScrcpy++ and select the path to the scrcpy folder.4. **Verify scrcpy version:**
- GuiScrcpy++ should display the scrcpy version information.5. **Check device detection:**
- Confirm that GuiScrcpy++ successfully detects your connected Android device.
- You shoud see your device model in **Device** section.6. **Toggle the switch to start scrcpy:**
- Toggle the switch button in GuiScrcpy++ to start the scrcpy.7. **Enjoy:**
- Mirror and control your Android device from your computer.## Dependecies
### CustomComponent.dll
1.The `CustomComponent.dll` is available in the [Dependencies](https://github.com/iandiv/GuiScrcpyPlusPlus/tree/master/Dependencies) folder. Download it from [here](https://github.com/iandiv/GuiScrcpyPlusPlus/tree/master/Dependencies).
### WinBlur
1. **NuGet Package**: WinBlur can be easily obtained from NuGet Packages.
2. **GitHub Repository**: Alternatively, you can visit the [WinBlur GitHub repository](https://github.com/voidZiAD/WinBlur) for more information.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.
## Acknowledgments
- [scrcpy](https://github.com/Genymobile/scrcpy): Special thanks to the scrcpy team for their fantastic work.
(c) 2024 | IanDiv