What about Slint? Seems to be early days for mobile dev with it though but I don't know any other native rust based UI libraries.
this post was submitted on 27 Mar 2024
11 points (92.3% liked)
Rust Programming
8126 readers
3 users here now
founded 5 years ago
MODERATORS
No full Rust toolkit exists yet, best you got is Kotlin-Rust & Flutterust.
Kotlin-rust hasnt had updates in 7 years, Flutterrust in 2 years
For Flutter there's also flutter_rust_bridge. But for Kotlin it's pretty much the best you have without having to write your own bindings from scratch, alternatively there's uniffi-rs but it can be tricky to get working with kotlin.
Iced maybe? Not sure about mobile. Second Slint, it adapts the native style of various OSses
Maybe Tauri?