floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

684
active users

Ade Malsasa Akbar

What UI toolkit you use mostly?

Boost is very appreciated.

Please share your developer experience.

#Developer#Poll#Qt

Finally my poll "Your UI toolkit" ended and here's the recap:

Qt 30%
GTK 59%
wxWidgets 2%
Others 9%
Respondents 82 people

Thank you all friends who have been participated here.

Boost is very appreciated.

#Developer#Poll#Qt

@ademalsasa I'm currently using GTK+3. Mostly because my desktop is Xfce, so it seemed a natural choice.
However, I often see Qt mentioned as a desired skill in job adverts (in Europe) but I've never seen jobs wanting GTK.

@ademalsasa I use Python with Tcl/Tk (tkinter) or SDL (pygame-ce). The simpler frameworks/libs are usually easier to use when developing small to medium GUI (though I do some advanced stuff as well). Also, for prototypes and small utilities they are formidable and super quick to develop with, imho.

@ademalsasa
My main project is a terminal dashboard GUI for which I use TUI: crates.io/crates/tui

For anything not in the terminal I'd use #SvelteKit with #Rust / #WASM probably with #Tauri: crates.io/crates/tauri

crates.iocrates.io: Rust Package Registry