Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
|
A simple header-only function to render images to terminal using the sixel protocol.
This should compile using any standard-compliant C++20 compiler, using a command such as:
To work, this requires a sixel-capable terminal, such as:
terminal_graphics.h
file into your projectSee the demo program for example usage. This produces the output shown in the screenshot below.