Jonathan Kelley d976ca184a Binary patching rust hot-reloading, sub-second rebuilds, independent server/client hot-reload (#3797) před 1 měsícem
..
.vscode ac3e33af46 cli json output, dx bundle fix, `dx serve --platform android`, race condition, drop ssg platform (#3186) před 7 měsíci
architecure 0127501dbf Improve inline docs (#2460) před 1 rokem
headless_tests 6755accbdc fix: Handle unicode in webview events. (#3386) před 5 měsíci
src d976ca184a Binary patching rust hot-reloading, sub-second rebuilds, independent server/client hot-reload (#3797) před 1 měsícem
Cargo.toml a1107de0c0 Update axum and many dependencies (#3825) před 2 měsíci
README.md 66a50240bc Update all docs links to 0.6, release 0.6 (#3225) před 6 měsíci
build.rs cda8bb24f1 Remove native and web features from dioxus-html (#3006) před 8 měsíci
tsconfig.json cda8bb24f1 Remove native and web features from dioxus-html (#3006) před 8 měsíci

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.