Skip to main content

Module graphics

Module graphics 

Source
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§

ImageRenderer
Image renderer for the selected backend

Enums§

GraphicsBackend
Graphics rendering backend types