mariiaan / cmdplay-pp

Next generation CmdPlay; Realtime CLI for Colour ASCII playback
MIT License
47 stars 5 forks source link

Added 24bit color support and full pixel mode #2

Closed ToyB-Chan closed 9 months ago

ToyB-Chan commented 9 months ago

As mentioned in the title above, this PR adds 24bit color mode (activate via A, needs to have color enabled) as well as full pixel support (activate via B, needs color and 24bit color enabled). Admittedly the full pixel mode doesn't really fit into the ascii-scheme anymore, but it's a cool addition anyways I guess. Interestingly while performance degrades with the 24 bit color mode, using the full pixel mode with it actually improves the performance again by a lot. I attached some example images down below.

Default color

default

24 bit color

24bit

24 bit color with full pixel

24bit_fullpixel