Jonathan Kelley eff1dd6c90 Merge branch 'master' into breaking 1 năm trước cách đây
..
examples 85c7c22619 Make router work on web 1 năm trước cách đây
headless_tests eff1dd6c90 Merge branch 'master' into breaking 1 năm trước cách đây
src eff1dd6c90 Merge branch 'master' into breaking 1 năm trước cách đây
.gitignore 06ca8c53d8 gitignore minified.js 1 năm trước cách đây
CHANGELOG.md 56f3002aed feat: add changelogs 3 năm trước cách đây
Cargo.toml 83bce6ce97 Make cargo check --all --examples work! 1 năm trước cách đây
README.md 7f8c963cd9 fix: Update doc links from v3 to v4 1 năm trước cách đây
_build.rs 6ed3aafb2f Get cargo check --all working 1 năm trước cách đây

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.