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

@ -6,7 +6,7 @@ Copyright (c) 2002-2023
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - January 26, 2023
June 17, 2002 - January 28, 2023
* Design and Coding:
@ -115,6 +115,17 @@ June 17, 2002 - January 26, 2023
(https://freesound.org/people/SpliceSound/sounds/369834/)
Creative Commons 0 by Julian Evans <https://www.julianevans.info/>
Circles and Rays magic tools and artwork
by 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)
(https://creativecommons.org/licenses/by/3.0/)
by https://pmmusic.pro/; conducted by Philip Milman.
(Why? Because Van Gogh liked Wagner:
https://yalebooks.yale.edu/book/9780300228335/van-gogh-and-music/)
Mouse accessibility code and keyboard access
Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010,
with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org>

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)