Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# <img src="TouchSenderTablet.GUI/Assets/StoreLogo.scale-100.png" height="25" /> TouchSenderTablet

This software emulates mouse operations on Windows, using the touch status transmitted from the [TouchSender](https://github.com/voltaney/flutter-touch-sender) app.
This software emulates mouse operations on Windows, using the touch status transmitted from the application [TouchSender](https://github.com/voltaney/touch-sender).


<img src="docs/assets/main_page.jpg" width="600" />

## Installation

Before installing, ensure that you have [TouchSender](https://github.com/voltaney/touch-sender) app installed on your device.

1. Download the latest release from the [GitHub Release Page](https://github.com/voltaney/TouchSenderTablet/releases).
2. Extract the downloaded zip file to a location of your choice.
3. Run the executable file (`TouchSenderTablet.exe`) to launch the application.
Expand All @@ -17,7 +20,7 @@ This software emulates mouse operations on Windows, using the touch status trans
- Left-click functionality while touching
- Touch input status monitor

## Example
## Examples

### Spin Rhythm XD

Expand All @@ -27,4 +30,11 @@ https://github.com/user-attachments/assets/2acf9f1d-42dd-42c2-a63c-a2d8ba15cc77

1. Create a new release based on `release-drafter`.
1. When the version tag (e.g., `v1.0.0`) is added, the GitHub Actions workflow for the release is triggered.
1. The workflow builds the application (e.g., `.exe` file) and attaches it to the release.
1. The workflow builds the application (e.g., `.exe` file) and attaches it to the release.

## Development

![Static Badge](https://img.shields.io/badge/WinUI-3-blue)
![dotnet Version](https://img.shields.io/badge/.NET-9.0-blueviolet)

Currently, the project only supports unpackaged builds.
Loading