furry fox faerie, in the mid 20s Sort of a game developer and pixel plotter. Small computers liker. Haver of too many projects. (currently: drawing tool. on hiatus: game, MML interpreter, some more) I have not touched computer games in three millenia. Kind of a "Splatoon" and "Pokémon" and "Deltarune" liker. Somewhat undefined and shy
actually working on this again it now establishes a grab on the window (or canvas) and keeps track of where it was at the start so it doesn't drift over time, or suddenly start moving another object if the cursor happens to move above another window
this might just be the worst color picker I've used, somehow why does clicking on the new color option default to a specific shade of red unless i specifically right click the color i already have and select customize, and for that matter why can't i go back to this screen after going to customize
fixeded it sdl on linux seems to default to opengl first ... the opengl renderer does not support the "reverse subtract" blend operation. i could have made it use opengles2, but i found out how to make the erase composite work with just the add operation. suprisingly enough everything else already used just the add operation.