62
GUI Programming Recommendations
(lemm.ee)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Bless you for doing god's work. We need more GUI developers and a better ecosystem as a whole.
That said, it's pretty shite right now. Your established options are GTK and Qt. Qt uses C++ and I believe GTK uses C. I've only really looked briefly into Qt development, and it looks like there are bindings to Rust.
That said, I'm a firm believer that doing GUIs through code is an inefficient, cumbersome, and antiquated process that should be replaced with more visual alternatives, like we see in Godot Engine.
what do you mean? I'm not familiar with Godot.
Android comes to mind where most commonly you build the UI in XML. what do you think about that?