Hacker News new | ask | show | jobs
by dguaraglia 3689 days ago
GTK has the advantage of being a C library with not that many dependencies (so, simple to wrap.) QT (at least in my very limited experience) has way more dependencies, some weird build steps (MOC anyone?) and writing stubs for it would require much more code.

That said, I haven't programmed a UI in about 5 years, so this might be completely outdated.