Commit graph

11 commits

Author SHA1 Message Date
Bill Kendrick
629c23897d Icons for "ASCII" art magic tools 2024-09-27 23:23:32 -07:00
Bill Kendrick
7b58a651c6 Sound effects for "ASCII [Color] Computer"
Also, sync "ASCII Typewriter" txt docs.
2024-09-27 23:05:36 -07:00
Bill Kendrick
60ddaaf7e0 "ASCII Color Computer" working
Tries to pick the best of a set of 16 "CGA color palette" colors
by first mapping each of the RGB components to 0x00, 0x55, 0xAA,
or 0xFF (so 64 possible colors), then finding which of the 16 CGA
colors best matches it.

Also, don't accept the same color as the "background"/"clear" of
"ASCII Typewriter" (white) or "ASCII Computer" (black), to avoid
painting solid colors; pick the reverse color.  (In other words,
both black and white choice draw white computer text on black
background, for example.)
2024-09-27 22:33:09 -07:00
Bill Kendrick
06ede88684 "ASCII" - "Typewriter" & "Computer" support for color
TODO - "Color Computer"
2024-09-27 21:24:42 -07:00
Bill Kendrick
c1dc09c486 "ASCII" - prep for adding color support 2024-09-27 21:12:49 -07:00
Bill Kendrick
c7ce654333 "ASCII": Accept sizes for painting mode
...affects 'diameter' (it's really an NxN square) of the effect.
2024-09-27 20:18:10 -07:00
Bill Kendrick
bd0cb61dc0 "ASCII": Use a snapshot, not current canvas (last) 2024-09-27 20:08:43 -07:00
Bill Kendrick
fbe142ceab "ASCII" magic tools; place right after "TV" tools 2024-09-27 12:09:44 -07:00
Bill Kendrick
c9f978b1ca WIP ASCII art Magic tools; code working! 2024-09-26 00:35:01 -07:00
Bill Kendrick
6a591a2ef1 More WIP on ASCII art magic tool 2024-09-25 22:24:54 -07:00
Bill Kendrick
e0a34c1c7a WIP "ASCII" ASCII art magic tool 2024-09-25 21:29:24 -07:00