
Tablet Pal - Beta Version released!
So I just forked a Github project about a month ago, the original was called Tablet Friend, which I renamed to Tablet Pal because I wanted the app to be Linux focused, since the original was built for Windows, which I managed to port to Linux by making backend changes to it.
See the app here: https://github.com/ynna-m/TabletPal
Built on C#, which originally uses WPF for Windows, but for Linux, I converted WPF to Avalonia. There were a couple of things that were changed as well in the background, such as the use of WindowsInput(Windows-only simulated Input), which I shifted to X11 libraries.
This means though that this has not been tested on Linux Wayland Desktop Protocols, and perhaps it may not even work on Wayland at all due to, according to research, part of the things that Wayland sought to fix was X11's allowance of simulating input by preventing it, which this is the purpose of this app, that is to simulate input, by making on screen shortcuts.
So please, if you like drawing but prefer to be on Linux, and would like a Tablet friendly tool, feel free to use this app!
