Great to see the project moving along, but it's been a persistent feeling of mine that FOSS is starting to get left behind in the dust. The design space has been very rapidly moving towards online, live collaboration tools like Figma, Sketch, Adobe XD, etc and FOSS just has no answer for this market. Even a lot of the big name proprietary tools are finding themselves becoming rapidly obsolete in a world where people…
Good employees find ways to collaborate no matter what. That’s to say that real-time collaboration is a luxury feature. Also, many projects have only one designer. Not to mention, it’s rare to find designers that work in tandem. Also, from a dev perspective having designs updates without some process is undesirable.
Inkscape 1.2 released
111–120 of 233 posts
Re: Inkscape 1.2 released
#112Great to see the project moving along, but it's been a persistent feeling of mine that FOSS is starting to get left behind in the dust. The design space has been very rapidly moving towards online, live collaboration tools like Figma, Sketch, Adobe XD, etc and FOSS just has no answer for this market. Even a lot of the big name proprietary tools are finding themselves becoming rapidly obsolete in a world where people…
Re: Inkscape 1.2 released
#113Great to see the project moving along, but it's been a persistent feeling of mine that FOSS is starting to get left behind in the dust. The design space has been very rapidly moving towards online, live collaboration tools like Figma, Sketch, Adobe XD, etc and FOSS just has no answer for this market. Even a lot of the big name proprietary tools are finding themselves becoming rapidly obsolete in a world where people…
And thank god for that.
Users literally hate the Adobe model, but aren't given a choice.
Please remember what the 'F' in FOSS stands for. Hint: it's not about money.
Re: Inkscape 1.2 released
#114Great to see the project moving along, but it's been a persistent feeling of mine that FOSS is starting to get left behind in the dust. The design space has been very rapidly moving towards online, live collaboration tools like Figma, Sketch, Adobe XD, etc and FOSS just has no answer for this market. Even a lot of the big name proprietary tools are finding themselves becoming rapidly obsolete in a world where people…
Sorry your use case isn't being met, but it's hardly the point of inkscape to become a saas. The typical use is, "I need to draw something on my PC."
I, for one, am glad that Free/Libre software like inkscape continues to be heading strong, and find that it far outpaces any of the proprietary malware SAAS applications out there.
Re: Inkscape 1.2 released
#115There is a feature count/learning curve price for this, I will readily admit. Sometimes, untenably so. My claim is simply that FOSS tools are important as a backstop/foundation.
I feel that any problem solved exclusively by proprietary software is only solved temporarily and for a tiny percentage of the world population. If the company goes away or the IP otherwise becomes inactive, that's it. Especially with cloud software. With FOSS, the software never really goes away. The problem mostly stays solved, and anyone can resume the work if they are willing and able. I'd imagine a forked FOSS version of Win2k, VB6, or maybe the late-2000s Google indexer (bit of a stretch) would be quite successful today, for example. Guess I'll never be sure of that.
Just musing after a beer and some Red Vines - I welcome any criticism or kindred spirits.
Re: Inkscape 1.2 released
#116I want to like Inkscape, but the macOS version seems sluggish and buggy.
Re: Inkscape 1.2 released
#117I will be very happy if one day I open up Inkscape and I'm not presented with a virtual sheet of paper as my starting point. I find it extraordinarily off putting to have to pretend I'm going to print out the end result.
Re: Inkscape 1.2 released
#118Here is a link to the release video: https://www.youtube.com/watch?v=1U4hVbvRr_g
He has been consistently putting out videos on his process and has been a (the?) main driving force behind the new pages addition.
He's also on patreon: https://www.patreon.com/doctormo
Re: Inkscape 1.2 released
#119Earlier quoted context omitted.
Sort of, but it's not the whole story. They do use cairo for rendering to a CGContext via cairo_quartz_surface_t which has traditionally not been all that great on macOS. Additionally they're dealing with colorspace transforms on more recent macOS along with some bugs in macOS that were causing non-native applications to do considerable damage/redraws. If/when Inkscape moves to GTK 4, a lot of this will just go away.…
Thanks for your efforts, I'm really pleasantly surprised to hear there is work to improve the GTK 4 experience on non-Linux platforms. Does this port support the native macOS window decorations, or are they client-drawn?
I have some blog posts from the effort to write the new backends which gives some additional details.
https://blogs.gnome.org/chergert/2022/02/14/modernizing-gtks...
https://blogs.gnome.org/chergert/2020/12/15/gtk-4-got-a-new-...
https://blogs.gnome.org/chergert/2021/02/24/gtk-4-ngl-render...
Re: Inkscape 1.2 released
#120Earlier quoted context omitted.
That’s exactly the problem; Google Docs’ use case is only “share a basic document and collaborate on the words.” It’s not capable of creating precise or maintainable documents (e.g. no styles as others have mentioned), which is a very common need that it’s adjacent enough to that lots of people use it for and then it fails.
What is a style? Are you trying to create a poster or do some graphic design? Some weird xml style sheet thing? Yes it’s not for that, but then also doing that in libre office or word also sounds horrible and unmaintainable.
That is, I should be able to define a "Code block" style that should appear in the same dropdown where google docs lets you select heading levels. When I select that "Code block" style, the app should format the selected bit of text according to the syte's definition. For instance: use a monospace typeface, apply some margins to this paragraph and paint a gray background on it.
Likewise, I should be able to update the style definition and all code blocks should update accordingly.
This is very basic functionality that has existed in word processors since... forever. Large and/or more complex documents are simply much much more painful to maintain/evolve without this feature.