24 releases
new 0.6.0-alpha.5 | Nov 16, 2024 |
---|---|
0.6.0-alpha.3 | Oct 14, 2024 |
0.5.6 | Jul 18, 2024 |
0.5.0 | Mar 28, 2024 |
0.2.2 | Mar 9, 2022 |
#1432 in GUI
3,588 downloads per month
Used in 32 crates
(14 directly)
1.5MB
22K
SLoC
Dioxus Desktop (webview)
Website | Guides | API Docs | Chat
Overview
dioxus-desktop
provides a webview-based desktop renderer for the Dioxus VirtualDom.
This requires that webview is installed on the target system. WebView is installed by default on macOS and iOS devices, but might not come preinstalled on Windows or Linux devices. To fix these issues, follow the instructions in the guide.
Features
- Simple, one-line launch for desktop apps
- Dioxus VirtualDom running on a native thread
- Full HTML/CSS support via
wry
andtao
- Exposed
window
andProxy
types from tao for direct window manipulation - Helpful hooks for accessing the window, WebView, and running javascript.
Contributing
- Report issues on our issue tracker.
- Join the discord and ask questions!
License
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.
Dependencies
~10–58MB
~848K SLoC