this post was submitted on 10 Nov 2023
26 points (100.0% liked)

Programming

16760 readers
207 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 9 months ago (1 children)

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

[–] [email protected] 1 points 9 months ago (1 children)

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

[–] [email protected] 1 points 9 months ago

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

[–] [email protected] 2 points 9 months ago (1 children)

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).

[–] [email protected] -2 points 9 months ago
[–] [email protected] 1 points 9 months ago

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