Elektrine lite

← Feed

@foxyoreos@gulp.cafe

Post #1662164

2026-04-17 10:18 UTC

I spent way too long just reading the Krita source code today (my deep apawlogies to the multiple critters who I was planning to spend full commissions to today who instead got like 50% of their commission work sent over). I don't know for certain that my implementation won't have problems, but it seems like a really decent shot it will work pretty well.

Replies (1)

  • @foxyoreos@gulp.cafe 2026-04-17 10:22

    The immediately obvious way to do this is, you wrap around the rendering code. This has problems - Krita is using like.. 2 layers of transforms here? So just saying "don't transform this image when you draw it" - you *can*, you definitely can, but like.. it would be annoying to track things. But worse, you'd have to update the color picker, the handles to resize, etc.. that's like.. too much stuff that now needs to know about this. So, not that.

    Open ##1662165