Hacker News new | ask | show | jobs
by dekhn 2122 days ago
qt
1 comments

I’d absolutely love if Qt was available in Rust as “easily”[a] as GTK is.

[a] While getting a “Hello, world” GUI working with GTK-rs on Windows is an exercise in frustration, Qt on Rust is harder as it requires generating bindings due to the C++ API.