dioxus/packages/desktop
2024-01-25 17:23:06 -06:00
..
examples add stress test for desktop 2023-10-17 14:45:37 -05:00
headless_tests add is_composing check to desktop headless tests 2024-01-23 18:33:28 +03:00
src fix duplicate window menu in the default menubar 2024-01-25 17:23:06 -06:00
.gitignore gitignore minified.js 2023-10-17 14:47:11 -05:00
build.rs fix headless windows 2023-12-08 15:14:32 -06:00
Cargo.toml set the required environment variable for manganis support 2024-01-10 11:19:51 -06: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.