Y
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
gameswithgo
2294 days ago
very few languages do, and those that do it is usually for just one platform.
link
Polylactic_acid
2294 days ago
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.
link
mlindner
2294 days ago
Because most UI toolkits are strongly object oriented and Rust isn't an object oriented language.
link