Huddy Buddy 4601c4640d add asynchronous custom protocol support (#2535) 1 an în urmă
..
examples 6818bbe10a Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to 1 an în urmă
headless_tests 010dcf9533 Improve the base_path story (#2381) 1 an în urmă
src 4601c4640d add asynchronous custom protocol support (#2535) 1 an în urmă
CHANGELOG.md 56f3002aed feat: add changelogs 3 ani în urmă
Cargo.toml cbeda0af76 Refactor and fix eval channels (#2302) 1 an în urmă
README.md 36f67bd5e2 update 0.4 doc links to 0.5 1 an în urmă
build.rs e2e0a934fd remove minified js from build scripts 1 an în urmă

README.md

Dioxus Desktop (webview)

Crates.io MIT licensed Build Status Discord chat

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 and tao
  • Exposed window and Proxy 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.