New magic tools: Circles, and Rays

Convert the image into circular or ray brushstrokes.

Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->

Sound effects based on Richard Wagner's "Ride of the Valkyries"
licensed as Creative Commons Attribution 3.0 Unported (CC BY 3.0)
by https://pmmusic.pro/; conducted by Philip Milman.

h/t my son William for pointing out the Scratch project
This commit is contained in:
Bill Kendrick 2023-01-28 23:12:28 -08:00
parent 7f93f243c1
commit b9e5d59dad
37 changed files with 674 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2022.January.26 (0.9.29)
2022.January.28 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.
@ -25,11 +25,22 @@ https://tuxpaint.org/
- needs better icon
- needs sound effect
- effect needs improvement
Bill Kendrick <bill@newbreedsoftware.com>
* "Maze"; draw a maze pattern over part or all of your drawing.
Bill Kendrick <bill@newbreedsoftware.com>
(Sound effect licensed as Creative Commons 0 by
Julian Evans, https://www.julianevans.info/)
* "Circles" and "Rays"; convert the image into circular or ray
brushstrokes.
Bill Kendrick <bill@newbreedsoftware.com>
(Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->)
(Sound effect based on Richard Wagner's "Ride of the Valkyries"
licensed as Creative Commons Attribution 3.0 Unported (CC BY 3.0)
by https://pmmusic.pro/; conducted by Philip Milman)
* Improvements to Magic Tools:
----------------------------
* Better performance from "Rush" (by using SDL_gfx rotozoom)