Evan Almloff 555b192436 Merge branch 'upstream' into fix-hot-reloading há 2 anos atrás
..
src 555b192436 Merge branch 'upstream' into fix-hot-reloading há 2 anos atrás
ARCHITECTURE.md 8f0bb5dc5b chore: cleanup workspace há 4 anos atrás
CHANGELOG.md 56f3002aed feat: add changelogs há 3 anos atrás
Cargo.toml fa3d1ef574 chore: bump wry to 23 há 2 anos atrás
README.md 7ff4d616d3 chore: remove outdated docs há 3 anos atrás

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.