logoalt Hacker News

preg_matchtoday at 2:09 PM3 repliesview on HN

Qt is as solid as it gets. It's very, very high quality. Much higher quality than Microsoft's frameworks on Windows.


Replies

timcobbtoday at 3:59 PM

Well yes, I was surprised by the situation in Windows too! So my stack is now split like this

- Apple: SwiftUI/AppKit

- Android: Jetpack

- Windows + Linux: Avalonia (C#)

Avalonia seems good so far. I couldn't do Qt because I can't deal with that qBittorrent look. GTK is aesthetically pleasing for me, but it only runs on Linux. Avalonia lets me target both of these UI-toolkit-less platforms with something native-ish. Flutter is probably good too, but I am using uniffi-rs and that doesn't generate Dart bindings AFAIK.

Would love to hear other options.

show 1 reply
rubymamistoday at 4:10 PM

Indeed! I wrote my note-taking app with a block editor (like Notion) in Qt with QML for the UI and C++ for the logic and it's been an incredible experience![1]

[1] https://rubymamistvalove.com/block-editor

show 1 reply
cptskippytoday at 2:47 PM

How would you know? It's impossible to have done a thorough analysis of all the Windows UI frameworks, five have been released since I started typing...