this post was submitted on 17 Dec 2023
154 points (95.8% liked)

Linux

48682 readers
354 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello everyone! I've been playing around with Wayland for a bit and was hoping to start learning some more about it. For example, I would be interested in making a lock screen, similar to Swaylock, as a toy project.

What GUI toolkit would you use to develop apps on Wayland? I've added a little poll below with some of the popular choices I've seen thrown around. Feel free to add your own suggestions and maybe leave a comment as to why you'd use that!

Link to poll

all 16 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 1 year ago

I found the easiest to work with to be QT.

[–] [email protected] 13 points 1 year ago (1 children)
[–] [email protected] 7 points 1 year ago
[–] [email protected] 10 points 1 year ago

QT + KFramework. SDL2 for games.

[–] [email protected] 6 points 1 year ago

Qt by a country mile. Wayland is just another backend, and you won't notice a difference between targeting Wayland and any other platform -- unless you're doing platform specific things in your app (like tray icons, but even then...)

[–] [email protected] 4 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago

That looks very good, thanks for sharing it

[–] jsh 4 points 1 year ago (3 children)
[–] [email protected] 17 points 1 year ago

Settle down, Satan.

[–] [email protected] 1 points 1 year ago (1 children)
[–] jsh 1 points 1 year ago

There used to be a Mozilla alternative, and then it got discontinued. :(

https://mykzilla.org/2017/03/08/positron-discontinued/

[–] [email protected] 3 points 1 year ago

I've played around with (only played around with, I haven't done any actual development with either but I've heard they're similar) GTK, QT and Tk (actually tkinter from Python), and QT seems the most intuitive. It just feels right to me, compared to the others.

[–] [email protected] 1 points 1 year ago

Flutter gang rise up (though technically it's just hijacking a GTK window)