Skip to content
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

Support for graphics tablets #139

Open
DorianRudolph opened this issue Jul 28, 2020 · 5 comments
Open

Support for graphics tablets #139

DorianRudolph opened this issue Jul 28, 2020 · 5 comments

Comments

@DorianRudolph
Copy link

It seems like graphics tablets are currently unsupported. There is a protocol extension https://docs.rs/wayland-protocols/0.27.0/wayland_protocols/unstable/tablet/index.html

@lehmanju
Copy link

As pointed out in rust-windowing/winit#99 this needs to be implemented here first. I will try working on this since I have hardware I'd like to see supported.

@lehmanju
Copy link

Early stages of progress: https://github.com/lehmanju/client-toolkit/tree/pen-support

@lehmanju lehmanju mentioned this issue Aug 20, 2020
@0x182d4454fb211940
Copy link

Can I ask what the status of this is? It seems like a huge segment of the rust ecosystem relies on Smithay for Wayland support, which rules out a lot of options for my (stylus-based) project. Ideally I'd like to use bevy, but that uses winit which uses Smithay.

@kchibisov
Copy link
Member

@0x182d4454fb211940 besides the integration here, you're free to use wayland-scanner to generate required bindings and use it in your code just fine along any other wayland-rs tooling. Adding support here is more like 'add common boilerplate', which could benefit others, but nothing more in general.

@0x182d4454fb211940
Copy link

@kchibisov I see, thank you for explaining. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants