Hacker News new | ask | show | jobs
by timeon 238 days ago
How far from "old style" is Slint?
1 comments

From a quick glance, about as far as the other Rust toolkits. Looks declarative with with a relatively small number of more basic widgets (a lot of custom widget code is necessary), as opposed to e.g. AppKit which is imperative and comes with a great number of rich widgets that are ready to use out of the box.