Revision 1 as of 2020-09-02 14:12:05

Clear message

Classic X11 GUI programming

Desktop toolkits for X11 (GTK, QT)

For contemporary and fast Linux GUI programming, one usually uses a high-level C/C++ programming toolkit library like QT or GTK. For programming languages that come with their own UI toolkits (like Java), one even doesn't have to care about the platform - those languages follow the paradigm "write once, run everywhere". However, in practice you will notice small differences between the platforms, even when the paradigm mentioned should apply.