Evan Almloff 773a87d701 fix conditional compilation for hot reloading 2 ani în urmă
..
src 773a87d701 fix conditional compilation for hot reloading 2 ani în urmă
CHANGELOG.md 56f3002aed feat: add changelogs 3 ani în urmă
Cargo.toml 1b597f43d1 Merge pull request #754 from Demonthos/desktop-hot-reload 2 ani în urmă
README.md 52d5c8d4e7 update READMEs and tags for the 0.3 release 2 ani î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.