Demonthos daeffd4149 pass clippy (#575) 2 年之前
..
src daeffd4149 pass clippy (#575) 2 年之前
ARCHITECTURE.md 8f0bb5dc5b chore: cleanup workspace 4 年之前
CHANGELOG.md 56f3002aed feat: add changelogs 3 年之前
Cargo.toml 047ed1e553 Subtree memorization / reactive templates (#488) 2 年之前
README.md 7ff4d616d3 chore: remove outdated docs 3 年之前

README.md

Dioxus-Desktop

Because the host VirtualDOM is running in its own native process, native applications can unlock their full potential. Dioxus-Desktop is designed to be a 100% rust alternative to ElectronJS without the memory overhead or bloat of ElectronJS apps.

By bridging the native process, desktop apps can access full multithreading power, peripheral support, hardware access, and native filesystem controls without the hassle of web technologies. Our goal with this desktop crate is to make it easy to ship both a web and native application, and quickly see large performance boosts without having to re-write the whole stack. As the dioxus ecosystem grows, we hope to see 3rd parties providing wrappers for storage, offline mode, etc that supports both web and native technologies.