From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id B55CB2AB8C for ; Sun, 11 Aug 2024 19:53:27 +0200 (CEST) Received: from sirjofri.de ([5.45.105.127]) by 9front; Sun Aug 11 13:50:11 -0400 2024 Received: from dummy.faircode.eu ([31.16.254.19]) by sirjofri.de; Sun Aug 11 19:50:03 +0200 2024 Date: Sun, 11 Aug 2024 19:49:56 +0200 (GMT+02:00) From: sirjofri To: 9front@9front.org Message-ID: <8b15626b-efdb-4476-ade1-e6198befa62f@sirjofri.de> In-Reply-To: <744bec49-d4e0-41eb-b65a-a9c8962f1b6b@howhill.com> References: <22B4B99B6E53D5CDE181219FB9845709@gaff.inri.net> <114c6958-8f2b-475a-9860-3036b7d32d8b@sirjofri.de> <744bec49-d4e0-41eb-b65a-a9c8962f1b6b@howhill.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <8b15626b-efdb-4476-ade1-e6198befa62f@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: injection component Subject: Re: [9front] Blie - blended layers image editor Reply-To: 9front@9front.org Precedence: bulk 11.08.2024 16:03:18 Willow Liquorice : > May I make a suggestion? Take after, or somehow integrate this with, acme. I won't integrate this with acme, and I think it shouldn't be the same as acme. A few things will have some inspiration from it. > One thing I've found profoundly frustrating with featureful image editors (looking at you, Krita and GIMP) is the amount of menu diving one has to do to twiddle things, and the sheer quantity of "magic" in play. Nothing feels particularly obvious or consistent. Yeah, that's horrible indeed. I plan to do it as simple as possible, and also file-driven. Initially, I wanted to have all the data in a zip and you open the zip file for editing, but now I think it's probably better to just leave it as individual files. Those can still be zipped, and you can use source control more easily. > Just being able to draw/type a brush into existence would be a breath of fresh air. My current idea is to have "slots" for the brushes/colors and right-clicking them opens some kinda edit mode where you can just change its parameters (size, opacity, ...). For the colors you would get a color wheel or sliders. I'm also thinking about having shortcuts for a few parameters, so you can easily change the size of the brush without clicking around. In the end, I'll see where the project will lead. When there is something fully working (with saving etc) testers and feedback are welcome, as well as suggestions. sirjofri