this post was submitted on 29 Jul 2023
212 points (97.7% liked)

Linux

45573 readers
766 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
 

I would like to help an open-source project with UI design and UX design. I have over 18 years of experience in the field and have worked with desktop and mobile software on Windows, Mac, iOS, Android and Windows Mobile/Windows Phone. Unfortunately my knowledge of Linux is very limited but I'm eager to learn. Could you help me find a project? @thelinuxEXP @linux @macrumors @windowscentral @windows

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Do you have much experience with deployment? I've got a small hobby project with a GUI written in Qt, and I've been having a hard time writing reproducible build scripts for cross-platform deployment.

On macOS, I can distribute the executable with homebrew and add Qt as a dependency. On Linux, I could theoretically build an AppImage, but I would prefer to have the build process handled by GitHub Actions, which doesn't have sufficient resources to statically build Qt. On Windows, I'm at a total loss...

My project is tiny, but it does have a niche market, and I'd love to make it available to as many people as possible. Qt is killing me!!!!

Sorry, I know that doesn't have anything to do with the design side of things. I'm just throwing darts, cause I've had a hard time on my own with this.

[–] [email protected] 1 points 11 months ago (1 children)

@vhstape Hey VHS, unfortunately I don't have any experience with the technical side of development and deployment of software, I only know how it works at a high level. Unfortunately I have seen a lot of projects suffering with QT in the last few years so I hope you can move your project to another UI framework or find a solution to your problem.

[–] [email protected] 1 points 11 months ago (1 children)

Thanks for the reply. What framework would you recommend for C/C++, preferably cross-platform?

[–] [email protected] 1 points 11 months ago

@vhstape I've heard good things about NITISA and JUCE, although I have no personal experience developing with them, I only created icons and GUI graphics for companies using them (mostly for VST audio plug-ins)