tech complaints, GUI edition
So far I've only managed to get FLTK and libui working.
FLTK is the one that doesn't handle native styles for some reason. They advertise that it's using native UI libraries, and it has a thing for theming, but it just gives me the default GTK style on Linux. 🙃
QT seems to be the most "cross platform", but it's environment is huge and full of corpo-ware.
I'd love to move past the "using entire web browsers for UI" mode of app development, but it's hard.
tech complaints, GUI edition
@mauve personally I just wish the UI layer in OSes were web based.
Like Microsoft's XAML should've just been an HTML and CSS renderer without the JavaScript side for apps to work with.
And for anything the web can't do or isn't good at they could make custom elements and attributes.