PenFerry is a tool that connects stylus interactions from an Android device to a Windows machine, allowing for real-time mirroring of actions.
- Kotlin 66.3%
- Go 32.8%
- Inno Setup 0.9%
Update the Go build command in the main.yml file to include the `-ldflags="-H windowsgui"` flag. This flag ensures that the resulting executable has a GUI interface on Windows. |
||
|---|---|---|
| .github/workflows | ||
| Android | ||
| Windows | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
PenFerry 🖊️🚢
PenFerry is a tool that connects stylus interactions from an Android device to a Windows machine, allowing for real-time mirroring of actions.
Overview 🌐
The project is split into two main components:
- Android App: Captures and sends stylus interactions from an Android device.
- Windows Application: Receives and processes the stylus data on a Windows machine.
Features 🌟
- Stylus Mirroring: Reflects stylus actions from Android to Windows.
- Configuration: Provides settings to establish a connection between devices.
- Supported Interactions: Handles basic stylus movements and specific actions like the supplemental two-finger tap.
Getting Started 🚀
- Android App Setup: Refer to the Android README's Setup section for installation and configuration details.
- Windows Application Setup: Detailed setup instructions for the Windows component can be found in the Windows README's Setup section.
License 📄
PenFerry uses the Unlicense. More details can be found in the LICENSE file.
Contributing 🤝
Contributions to PenFerry are welcome. Please refer to CONTRIBUTING.md for guidelines.