The interoperability layer between creative FOSS applications - GitHub - CreativityOpen/OpenCreativity: The interoperability layer between creative FOSS applications
If it was remotely near inkscape's usability, it would be way more popular. The script that tries to make it look like Photoshop, shows GIMP's underlying limitations.
GIMP makes uncommon things possible, and common things hard. I really don't understand the mental model of people (the devs) who think the GIMP UI is intuitive. It's such a powerful, widely used program, I have always thought it was just me, not understanding some paradigm. But Photoshop is as or more powerful, and yet is so much easier to work with. And it isn't only casuals using Photoshot; professionals do too, so it's not just that GIMP is designed for power users.
I honestly don't understand how the GIMP UI can be so consistently and enduringly difficult.
I started off on GIMP, decided to try Photoshop…. How… how can I come from software I have more experience with, and find it easier to work in Photoshop? As much as I want to love GIMP, damn the UX is ass
Honestly, Adobe is is one of two main reasons I have not had success switching (back) to Linux.
The secret sauce with Adobe Lightroom (Classic and CC) is the ability to take pics from any device (phone, old DSLR w/manual imports, downloads) and edit from my phone, or desktop seamlessly regardless of source, all in same catalogue, with non-destructive edits sync'd bidirectionally. I also get all originals sync'd tho main computer to merge in with my overall backup strategy.
None of the open source offerings have this, though I keep checking in on it every few years. I'm sure Darktable is great - it may even be better than LR, but without the easy interoperability/synchronization, it's not viable in my situation.
I would not expect a solution like this to be free. I'm happy to pay for it. If Adobe offered real Linux compatibility, I'd pay for it in a heartbeat (and would gladly switch to a different company if it existed).
For video other graphic stuff, I can live with the silos and happily run Shotcut (or KDENLive) and Krita.
If it wasn't for my other windows dependency, I'd switch and get by with running Lightroom virtually, and put up with the loss of other applications/features (on the Linux host) that I can live without.
(My other dependency is NI Maschine (music production). The hardware - and the feature set I've paid for and use simply won't run on Linux. I briefly considered running it virtually in Windows but ended up giving my head a shake because of the Rube Goldberg machine I'd end up making to have anywhere close to the functionality I have now).
I'd be thrilled to switch back to Linux (I used it for years as a daily driver).
I use Lightroom on the web when I am in Linux. It still SUCKS compared to the Desktop software but at least I can upload my RAWs to my cloud storage. I was working on getting the Lightroom APK working in an Android emulator. I should try that again.
Yes - it certainly is weaker than the desktop (classic) LR, but it matches the mobile app quite well (and syncs to the desktop). This is the secret sauce. I can do simple smartphone pics, edit them and they will merge with main catalog. I can further refine on desktop (or vice versa) and it all syncs, and my originals stay with the desktop (the further backed up via whatever mechanism I want).
I applaud the idea of interoperability for the FOSS applications, but pulling this particular feat (the use case I describe above) off is non-trivial and requires enterprise level architecture and coordination. It's a very different type of challenge than making a great non-destructive editor with local organization. I don't mind paying for this sort of thing, but I wish it was officially offered in Linux-land. Wine is great (if it works) but it injects a substantial risk of breaking as applications get updated.
Would love to run Linux everywhere, but there needs to be official support from some key companies for that to happen. It's a difficult thing for them to justify (rightly or wrongly). I don't think open-source alone will solve things. Unfortunately...
Oh well - I got off topic here. But I was toying with trying another switch to Linux just this weekend and this is front of mind...
I love Kdenlive, though it's always worth keeping an eye on Openshot, Olive, Shotcut etc.
Is there any scope to allow the interoperability to work with multiple software on each end (i.e. Gimp or Krita with Kdenlive or Olive) - or does it complicate things too much?
This is definitely something that's needed, so thanks for taking the initiative to start something :)
Just to note, your front page suggests darktable as an Illustrator replacement - whereas I would have said Inkscape is the Illustrator replacement (they are both vector graphic editors) and that Darktable is for processing raw digital photographs.
So all they have is a boilerplate script that doesn’t do anything yet?
I’d rather see this as a collaborative effort between upstream rather than a “layer” of scripts, not to mention their “phase 3” is forking upstream which we really don’t need.
I’d rather see this project’s team simply working with upstream and sending PRs / patches.
I love your passion but I think you published on GitHub a little too soon. Rather than pitch solutions, keep it to the problem space definition for now.
Then, reach out to the upstream developers and see what their thoughts are and how you can contribute. I’m sure there is definitely space for a interoperability library that makes it easy for any creative FOSS app to integrate and enter into this open ecosystem concept but rather than inventing it for upstream, you should invent it with upstream.
Good luck and stay this passionate - the FOSS community needs people like you!
Reproducible scripts are scripts using Nix so that we don’t have the problem of “It works in my machine”
Ok, no, thanks. This should work on all distributions with their package managers instead of needing a separate layer. The approach to first package it and then write addons is a bit weird.
That's the thing with Nix: It works on all the distros.
Distros could of course also package it themselves (nothing preventing them from doing that) but having a baseline in Nix that you can point to makes the distro's job easier here aswell. If it works via Nix but doesn't in xyz distro's package, you know where the problem lies.