-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add a graphics tablet input demo #1162
Add a graphics tablet input demo #1162
Conversation
9e56fa6
to
e33ef5e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Tested on macOS with Wacom tablet and Apple Pencil, some notes:
|
e33ef5e
to
615ccfe
Compare
I fixed the width curve to work as intended.
I added a tilt vector visualization, but I can't test it as my tablet (Wacom Intuos M 2013) doesn't support tilt.
Done (it now splits every 1024 points). |
12d43ba
to
e6e31e0
Compare
Seems to be working fine. PXL_20250209_105211520.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a graphics tablet so I haven't tested it, but from reading the code on GitHub, it looks great!
e6e31e0
to
8c9a1b0
Compare
This adds a demo for pen input in Godot, which will also come in handy to test tablet-related PRs like godotengine/godot#76120.
This uses code from godotengine/godot#75903 for drawing (thanks @nlupugla!).
This demo was developed on 4.3, so it can be cherry-picked.
Preview
TODO