Expand description
Graphics backend abstraction - supports multiple rendering methods
Performance optimizations:
- Pre-allocated buffers for escape sequence building
- Batched character writes for block rendering
- Efficient base64 encoding with pre-sized buffers
Structs§
- Image
Renderer - Image renderer for the selected backend
Enums§
- Graphics
Backend - Graphics rendering backend types