Re: [Tuxpaint-devel] More new magic tools - Maze, Fur, Circles, Rays
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Pere P. i C. <per...@gm...> - 2023-01-31 22:58:51
|
El dt. 31 de 01 de 2023 a les 09:50 -0800, en/na Bill Kendrick va escriure: > Since adding the "Googly Eyes" magic tool to what will become > Tux Paint 0.9.29, I've added four more! > > The "Maze" magic tool lets you 'paint' randomly-generated mazes > over your picture. You can create a few separate discontiguous > areas, and connect them later (within the same session of using > the tool). That last part was tricky, but rewarding. > > https://tuxpaint.org/latest/sshots/tuxpaint-0.9.29-maze.png Maze at 1920x1080, magic fullscreen let some areas with a solid color without maze, don't know if this is by design, increasing the limit to 100000 works fine in my box and I get no more solid color areas. while (state != STATE_DONE && iter < 100000); Not sure what could happen in low end devices, but here, even slowing Tux Paint with valgrind takes less than 2 seconds to do the magic fullscreen effect. I could not test in bigger displays, now Tux Paint refuses to increase the window size over the display size even if asked to do so. Other than that, the new magic tools look nice :) HTH Pere > > > My teenage son showed me a Scratch programming project [1] which > simulated circular brush strokes, by sampling parts of a background > and then selecting random spots on the image and drawing a stroke that > was at a 90-degree angle to the direction the point was, to the > cursor. I turned this into the "Circles" magic tool. I made a > variation that skips the 90-degree step, and called it "Rays". > You can see the results here: > > https://tuxpaint.org/latest/sshots/tuxpaint-0.9.29-circles-rays.png > https://twitter.com/TuxPaintTweets/status/1619582449830486016 > > > I then decided to see how it looked if I had the effect 'follow' > the mouse, rather than stay in one place, which you can see > demonstrated here: > > https://twitter.com/TuxPaintTweets/status/1619621388847050756 > > However, in the end, instead of doing that, I took the "Rays" effect, > shrunk it down, made it draw based on your chosen color (rather than > sampling from the existing image), and called it "Fur". Here it is, > together with "Googly Eyes" and "Bricks" to make a picture of Cookie > Monster from Sesame Street! ;) > > https://twitter.com/TuxPaintTweets/status/1619926974453157890/photo/1 > > Anyway, please try them out & give any feedback. Thanks! > |