this post was submitted on 04 Oct 2024
102 points (100.0% liked)

Linux

47572 readers
778 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
 

Zrythm is an interesting open-source digital audio workstation (DAW) software package. It's been making use of the GTK toolkit but now the developers have decided to switch to Qt6 instead.

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 8 hours ago

It's really rare for a project to completely rewrite to a new toolkit. VLC in circa 2007 did it (moved to Qt - even stole their volume control widget directly from Amarok at the time). GCompris ended up as a KDE project despite originating in Gnome (along with toolkit change, but it weirdly kept the name). LXDE->LXQT also. But I don't actually have that many examples.

[–] [email protected] 1 points 8 hours ago
[–] [email protected] 26 points 1 day ago (1 children)

Switching the UI framework sounds like a massive refactor.

Qt is by far the better framework. This could also be a chance to implement a super UI/UX, it could also be a complexity hell. I will have a look at the project, let's see if the outcome wil be a better product.

[–] [email protected] -3 points 13 hours ago (1 children)

Qt is by far the better framework

Not on Sway, every Qt app i've used feels like it tries to put in every option and dialogs always look too busy, GTK is quite abstractive and opinionated but i'll deal with that

[–] [email protected] 1 points 2 hours ago

Apps looking odd or not is the job of the main drawing framework.

Qt themes are able to draw GTK but GTK can not draw Qt actually proves my point.

[–] [email protected] 17 points 1 day ago

Crazy! Zrythm was "the GTK DAW" for me, and Qt6 sounds like a better option? Lets see!

[–] fluxion 8 points 1 day ago (1 children)

Any thoughts on how this compares to Tracktion? That's been my "linux daw" but haven't really tried any others

[–] mvirts 6 points 1 day ago (1 children)

!!! I need to try this. Ardour has always been the only real option for me.

[–] [email protected] 3 points 21 hours ago

I can recommend trying it. Used it on my MacOS installation. Free version works great, but I felt the need for some paid features sometimes (more convenient workflow). But you can totally get job done with the free one just fine.

[–] mvirts -1 points 1 day ago

Sweet I need to build zrythm again, ah or maybe someone already put it in nixpkgs!!