With all the Qt/GTK discussion going on,
what's also cross-platform are web frameworks ported to a desktop app. i.e. Electron.
Sure, Angular isn't native to both GTK as well as QT based DEs, but it can look really shiny and is super easy to port. On top of that Typescript is a much more convenient language than both C and C++.
Rapid Photo Downloader For Linux Switches From GTK To Qt
Collapse
X
-
Actually, I prefer writing GTK+ programs over writing Qt; Qt feels like a Java-like library grafted onto C++98/C++03, and forces you to do stuff in a pre-C++11 way. GTKmm is much nicer. I realize, though, that Qt is easier usable in non-Unix environments. I'd love to see more Windows and MacOS work for GTK+.
Leave a comment:
-
-
Originally posted by microcode View PostThere's already a GTK+3 application which does basically everything Rapid Photo Downloader does, without all the crap, it's called Nautilus.
Leave a comment:
-
-
Originally posted by microcode View PostThere's already a GTK+3 application which does basically everything Rapid Photo Downloader does, without all the crap, it's called Nautilus.
Seriously, even a naked bash script is better than a file manager (and an operator) at doing what that program does.
Leave a comment:
-
-
Originally posted by debianxfce View PostPhototonic is stable and have been using qt for a long time.
https://packages.debian.org/buster/phototonic
Leave a comment:
-
-
Revenge would be sweet if GTK was dumped for Qt tookit!
Leave a comment:
-
-
Originally posted by -MacNuke- View PostMany applications still depend on Qt4... Moving between major versions of Qt is not easier.
Leave a comment:
-
-
There's already a GTK+3 application which does basically everything Rapid Photo Downloader does, without all the crap, it's called Nautilus.
Leave a comment:
-
-
Originally posted by -MacNuke- View PostMany applications still depend on Qt4... Moving between major versions of Qt is not easier.
The generalized trend of a shift from GTK2->Qt5 but nothing from Qt4->GTK3 is however interesting (including 3 desktops: LxQt, Unity8 (yes it died, but the point is that they tried), and Budgie), particularly when the language involved isn't C++, due to non-C++ being a stronghold for GTK due to C's easier language bindings. Regardless of why you believe it's happening, if we are to go by Phoronix articles then it's certainly going on.
Leave a comment:
-
-
From my point of view, writing c++ code with Qt quickly results in ugly code. GTKmm is so much nicer. But then, it's easier to get nice cross platform apps using Qt. I wish GTK+ would get some love in that area.
Leave a comment:
-
Leave a comment: