Evan Almloff effc0a3b94 Make use_callback and Callback bring the runtime with them (#2852) 10 月之前
..
architecure 0127501dbf Improve inline docs (#2460) 1 年之前
examples 6818bbe10a Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to 1 年之前
headless_tests 0de3bf7aeb Fix nested rsx expansion by not using template titles (#2799) 11 月之前
src effc0a3b94 Make use_callback and Callback bring the runtime with them (#2852) 10 月之前
Cargo.toml 3c699aad26 Enable wry linux-body feature flag for linux os target (#2856) 10 月之前
README.md f42ca65931 Fix Links & Add Link Checker (#2769) 11 月之前
build.rs c6a2e5b6c8 Use head elements and new manganis syntax in examples (#2688) 11 月之前

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.