dioxus/packages/desktop
2024-01-30 17:59:57 -08:00
..
examples Make router work on web 2024-01-19 16:36:40 -08:00
headless_tests Fix cargo check on examples 2024-01-30 17:59:57 -08:00
src Merge branch 'master' into breaking 2024-01-30 16:20:19 -08:00
.gitignore gitignore minified.js 2023-10-17 14:47:11 -05:00
_build.rs Get cargo check --all working 2024-01-18 19:27:55 -08:00
Cargo.toml Fix cargo test and a number of little cleanup bugs 2024-01-30 17:33:14 -08:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md Merge branch 'master' into intigrate-collect-assets 2023-09-17 19:40:14 -05:00

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.