Closed prabirshrestha closed 7 months ago
There are now two in progress implementations of native renderers for Dioxus:
Both of these use cross platform rendering layers instead of native UI, but there are also more tools built out to create native UI renderers for Dioxus. Specifically, native-core provides a nice interface for incremental style propagation.
Hi! This issue is great but isn't super actionable for the repo at this time.
If anyone wants to take on these projects, feel free, but the strategy we're going with is Blitz.
Blitz is currently being revamped at http://github.com/jkelleyrtp/stylo-dioxus. We're using stylo (servo) directly. While we'd love to support gtk or cacao, it's not high on our list (at the moment). Generally, we think we can do a better job at serving the native needs by going through WGPU and shelling out to native widgets where possible rather than go 100% native.
Coping content from: https://old.reddit.com/r/rust/comments/rv9hru/releasing_dioxus_v01_a_new_rust_gui_toolkit_for/hrc0gbz/?context=3
(creating this issue so I can subscribe to it and get notified on updates).
I'm personally interested in native platform ui without html and javascript. For gtk-rs here are some good references:
ui kit resources: