-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input smoothing / post-processing #94
Comments
nice idea, i fully support this. Do you have any algorithmic reference for this? If you want to work on that, I can give you a headstart! |
No, I do not, sadly, otherwise this would have been a PR instead of an issue :) |
Grabbing a bunch of points and drawing a spline through them might work. I don't know how it's actually done though, this is just a guess. |
Seems here is the solution https://google.github.io/ink-stroke-modeler/. You can check rnote for reference of usage for this case. |
It would be nice if satty could implement mouse input post-processing (e.g. smoothing) similar to the way Windows snipping tool "prettifies" the mouse-drawn input.
Compare (deliberately sloppy) attempts to draw an ellipse with a laptop touchpad with Satty and with Windows 10 snipping tool (Win + Shift + S):
Satty:
Windows 10 snipping tool:
Note that this Windows 10 instance is running in a VM using host input, so there should be no difference due to e.g. touchpad drivers — the Windows app received exactly same input events as a Linux application would have in its place.
The text was updated successfully, but these errors were encountered: