WIP ASCII art Magic tools; code working!

This commit is contained in:
Bill Kendrick 2024-09-26 00:35:01 -07:00
parent 6a591a2ef1
commit c9f978b1ca
7 changed files with 181 additions and 35 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and CHANGES.txt)
https://tuxpaint.org/
June 17, 2002 - September 24, 2024
June 17, 2002 - September 26, 2024
* Design and Coding:
@ -197,6 +197,22 @@ June 17, 2002 - September 24, 2024
<https://freesound.org/people/lorefold/sounds/607310/>
Creative Commons 0 by lorefold <https://freesound.org/people/lorefold/>
"ASCII Typewriter" & "ASCII Computer" magic tools
by Bill Kendrick <bill@newbreedsoftware.com>
"ASCII Computer" font: IBM CGA Adapter
taken from "Typography in 16-bits: System fonts" by Damien Guard
<https://damieng.com/blog/2011/03/27/typography-in-16-bits-system-fonts/>
"ASCII Typewriter" font based on: "Patrician"
<https://site.xavier.edu/polt/typewriters/patrician.html>
Creative Commons CC0 1.0 Universal
by Richard Polt (based on a 1959 Royal FP typewriter)
And using a subset of characters taken from
"Character representation of grey scale images"
<https://paulbourke.net/dataformats/asciiart/>
by Paul Bourke
Bloom magic tool
by Bill Kendrick <bill@newbreedsoftware.com>

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.September.25 (0.9.34)
2024.September.26 (0.9.34)
* New Magic Tools:
----------------
* "Comic Dots", draws repeating dots (using a multiply blend)
@ -31,6 +31,25 @@ https://tuxpaint.org/
<https://freesound.org/people/DigitalUnderglow/>
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/260/
* WIP "ASCII Typewriter" & "ASCII Computer", turn your drawing into
ASCII art.
+ TODO Sound effects
+ TODO Icons
+ TODO Documentation
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
+ Computer font: IBM CGA Adapter
taken from "Typography in 16-bits: System fonts"
<https://damieng.com/blog/2011/03/27/typography-in-16-bits-system-fonts/>
by Damien Guard
+ Typewriter font based on: "Patrician"
<https://site.xavier.edu/polt/typewriters/patrician.html>
Creative Commons CC0 1.0 Universal
by Richard Polt (based on a 1959 Royal FP typewriter)
And using a subset of characters taken from
"Character representation of grey scale images"
<https://paulbourke.net/dataformats/asciiart/>
by Paul Bourke
* Magic Tool Improvements:
------------------------
* Sound pause/resume functions added to API