Slint 1.3 Released with Revamped Native Styles and JavaScript API

Tobias Hunger@programming.dev to Programming@programming.dev – 24 points –
Slint 1.3 Released with Revamped Native Styles and JavaScript API
slint.dev

Slint is a UI toolkit written in Rust that has bindings for Rust, C++ and Javascript. This is the release blog post for version 1.3.0, featuring updated styles for Windows and Mac and a tech preview of Slint on Android.

6

I've never heard of slint before. I've only used iced and imgui. Can someone that has used it tell me its pros/cons?

Is the DSL good? Can I make UIs without the DSL? Does it have good multiline text editing? (Neither imgui nor iced is good at that).

Oooh... Android. Congrats on the release. I really gotta try this out. I like QML.

Wow, Android... looking forward to using Rust for all platforms - and not through a hacky web app.

Yeah, UI with rust is shaping up (generally and especially for Android).

This looks interesting. I’d not heard of this before.