Hacker News new | ask | show | jobs
by ElderKorihor 2294 days ago
I love Rust, but it doesn't have a strong UI development story yet.
2 comments

very few languages do, and those that do it is usually for just one platform.
Because native UI is on the decline unfortunately. Its too complicated and there are too many different systems. If you want a gui in rust you would be better off having your program start a web server on localhost.
Because most UI toolkits are strongly object oriented and Rust isn't an object oriented language.