1
0
Jonathan Kelley 329c323b35 Doc fixes, running examples instructions, change menubar behavior for desktop 1 жил өмнө
..
examples 6818bbe10a Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to 1 жил өмнө
headless_tests 2dc6cecf2e Fix #2043: use formvalue instead of String for forms (#2103) 1 жил өмнө
src 329c323b35 Doc fixes, running examples instructions, change menubar behavior for desktop 1 жил өмнө
CHANGELOG.md 56f3002aed feat: add changelogs 3 жил өмнө
Cargo.toml 460a685fa3 Warn if cli-config is not available at compile time (#2135) 1 жил өмнө
README.md 3cbe6ff96e Fix Outdated README.md (#2147) 1 жил өмнө
build.rs e2e0a934fd remove minified js from build scripts 1 жил өмнө

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.