https://github.com/dikkadev/penferry
PenFerry is a tool that connects stylus interactions from an Android device to a Windows machine, allowing for real-time mirroring of actions.
https://github.com/dikkadev/penferry
Last synced: over 1 year ago
JSON representation
PenFerry is a tool that connects stylus interactions from an Android device to a Windows machine, allowing for real-time mirroring of actions.
- Host: GitHub
- URL: https://github.com/dikkadev/penferry
- Owner: dikkadev
- License: unlicense
- Created: 2023-08-03T19:21:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T22:08:08.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T23:55:49.275Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**](Android/README.md): Captures and sends stylus interactions from an Android device.
- [**Windows Application**](Windows/README.md): 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 🚀
1. **Android App Setup**: Refer to the [Android README's Setup section](Android/README.md#setup-%F0%9F%9B%A0%EF%B8%8F) for installation and configuration details.
2. **Windows Application Setup**: Detailed setup instructions for the Windows component can be found in the [Windows README's Setup section](Windows/README.md#setup-%F0%9F%9B%A0%EF%B8%8F).
## License 📄
PenFerry uses the Unlicense. More details can be found in the [LICENSE](LICENSE) file.
## Contributing 🤝
Contributions to PenFerry are welcome. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.