Replies: 1 comment 1 reply
-
Currently dioxus-desktop uses Tauri as a webview. There is experimental work on a native WGPU renderer: Blitz. At the moment, dioxus-mobile wraps around dioxus-desktop. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I build a crate using dioxus for a native platform, (mobile, desktop etc.) how does dioxus convert the rsx to elements on the screen?
Is it just a small webview with WASM+JS+HTML+CSS? Or does the library convert the VirtualDOM into native UI elements?
I apologize if this has been answered before, a link to more information would suffice. Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions