Jonathan Kelley 58b0519c2f feat: get interpreter working on desktop 2 роки тому
..
src 58b0519c2f feat: get interpreter working on desktop 2 роки тому
ARCHITECTURE.md 8f0bb5dc5b chore: cleanup workspace 4 роки тому
CHANGELOG.md 56f3002aed feat: add changelogs 3 роки тому
Cargo.toml fa3d1ef574 chore: bump wry to 23 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.