An open API service indexing awesome lists of open source software.

https://github.com/arjo129/remote_tablet

A super simple remote tablet for use on linux. Allows one to use the apple pencil on linux without any app needed.
https://github.com/arjo129/remote_tablet

apple-pencil rust

Last synced: about 2 months ago
JSON representation

A super simple remote tablet for use on linux. Allows one to use the apple pencil on linux without any app needed.

Awesome Lists containing this project

README

        

# Remote Tablet

This repo contains a minimal example of how to use your ipad as a remote tablet for linux. There is no need to install anything on the ipad.

## Requirements

For linux the following requirements need to be met.
* rustr
* libgtk-dev
* xdotool

## Usage
Start the app. Scan the QR code with your ipad. And you're set.

## Security Concerns
This implementation had a lot of security problems as the data is sent unencrypted and unauthenticated over a local network. If you can't trust your local network don't use it.