dioxus-desktop

Crates.iodioxus-desktop
lib.rsdioxus-desktop
version0.6.0-alpha.4
sourcesrc
created_at2022-01-03 07:18:28.080888
updated_at2024-11-01 23:30:27.103813
descriptionWebView renderer for Dioxus
homepagehttps://dioxuslabs.com/learn/0.5/getting_started
repositoryhttps://github.com/DioxusLabs/dioxus/
max_upload_size
id506895
size1,395,286
Evan Almloff (ealmloff)

documentation

README

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.

Commit count: 5571

cargo fmt