ASR-ASU 79a2f023e7 Add the `onvisible` event handler to `Element` (#2911) 6 kuukautta sitten
..
.vscode ac3e33af46 cli json output, dx bundle fix, `dx serve --platform android`, race condition, drop ssg platform (#3186) 7 kuukautta sitten
architecure 0127501dbf Improve inline docs (#2460) 1 vuosi sitten
headless_tests 519ec9d294 Move the document trait into a separate crate (#3035) 8 kuukautta sitten
src 79a2f023e7 Add the `onvisible` event handler to `Element` (#2911) 6 kuukautta sitten
Cargo.toml 1e8693a0e8 wgpu windows (fixed) (#3257) 7 kuukautta sitten
README.md f42ca65931 Fix Links & Add Link Checker (#2769) 10 kuukautta sitten
build.rs cda8bb24f1 Remove native and web features from dioxus-html (#3006) 8 kuukautta sitten
tsconfig.json cda8bb24f1 Remove native and web features from dioxus-html (#3006) 8 kuukautta sitten

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.