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

Programming

17026 readers
64 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 !webdev@programming.dev



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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] calcopiritus@lemmy.world 2 points 10 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).