this post was submitted on 02 Jul 2023
10 points (100.0% liked)

Linux

47368 readers
1038 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
 

Is there any way to get these going relatively painlessly?

I've tried working with GPU-passthrough into a Windows VM which doesn't work all that well with my laptop setup (nvidia-AMD hybrid laptop).

Looking up other methods, seems like most of them rely on outdated versions of adobe software. I'd like to get something relatively new running

you are viewing a single comment's thread
view the rest of the comments
[–] merthyr1831@lemmy.world 2 points 1 year ago

GIMP is powerful, but might as well be declared abandoned with how they've been preparing to port it to GTK 3 for a decade. It has some great features being held back by poor hardware acceleration and falling behind features provided even by alternatives like Photopea. It's the X11 of photo editors.

Inkscape is okay, but the workflow stinks. BoxySVG is comparatively much more intuitive if it wasn't lacking in a bunch of features. Inkscape has also basically been abandoned imo, with the project still not managing to get Apple M1 support working on the latest MacOS for nearly a year.

The barrier to contribute to either project is also sky-high imo, with their insistence on using C for cross=platform, front end applications. Normally this wouldn't be a massive deal but it's one of the key reasons I think Photopea and other proprietary freeware apps are running circles on these two projects - The turnaround for features and UX is so much better with modern languages.