Expand description
A simple terminal rendering engine for creating text-based UIs and games.
Structsยง
- Canvas
- A canvas for drawing to the terminal, like a digital picasso.
- Color
- Represents an RGB color with red, green, and blue components.
- Composited
Cell - Represents a single terminal character cell after compositing half-block pixels. This is used for differential rendering, storing the final top and bottom colors that will be displayed in a single terminal character cell.
- Terminal
Pixel - Represents a single half-block pixel with a specific color.