Is it possible to create a wayland client using dioxus? #4208
Unanswered
babubhai01
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Yes, it will work. You can create a Wayland client with Dioxus since it runs on Wayland through WebView for rendering rather than native Wayland surfaces, so it’s not a true native Wayland client(at this time) like one built with smithay etc. Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a wayland status bar client. Since dioxus is cross platform I want to give it a try if it works.
Beta Was this translation helpful? Give feedback.
All reactions