Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It is also the only surviving C++ toolkit from C++ GUI Frameworks from the 1990's.

Microsoft can talk as much as they feel like from using WinUI from C++, but their C++ loving team club just messed up the whole tooling. Don't touch it unless feeling nostalgic about using ATL tooling from 2000's.

C++ Builder is great, but given its history and Windows focus, naturally only an option for enterprises with deep pockets.

wxWidgets and JUCE were never part of OS stacks.

Qt is really the only one left, with a quite cool development experience.

I am also migrating my last C++/WinRT endeavour into Qt LTS 6.2, ironically so, as it was originally started on Qt 5.0. :)



> I am also migrating my last C++/WinRT endeavour into Qt LTS 6.2, ironically so, as it was originally started on Qt 5.0. :)

yeah, every time I started a project on a non-Qt stack I always ended up porting it to Qt at some point later. Recently started an Android/Kotlin thing and it's so much more complicated than Qt with so many randomly moving under-engineered parts (android.R.layout.simple_list_item_1 ? come on...) that I feel it's definitely going to go that way too.


> android.R.layout.simple_list_item_1

The Android API is primarily geared towards constructing GUIs declaratively in XML, and as with anything infected with the XML plague, it's a huge bloated mess half of which is braindead useless.

I honestly can't blame anyone for screaming in horror and running away to ReactJS, or just anything else.


XML is like democracy, anything else that tries to replace it, does a lousy job getting comments, schema validation, streaming parser libraries and IDE tooling.

May I be safe from React as much as possible.

In any case, Composer just hit stable for all of those Kotlin lovers.


Maybe XML could be the right tool for some jobs, it's just that the entire industry have searched for these jobs for the past two decades, and very few have turned up.

In other words, it's a solution looking for a problem, and it's still looking.

GUI construction? XML is the wrong tool here again, but not for lack of trying. Tech powerhouses Google and Microsoft got caught up in the hype as well. The results, the Android API and XAML, speak for themselves, negatively.

> XML is like democracy

No it's not. Please don't bring politics into technical discussions, it clouds your judgement.


Everything is about politics.

I advise reading about technology sales practices.


Yeah, the future on Android is Composer, but it still comes with lots of issues, and lacking feature parity with Views.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: