Expand description
Configuration, builder, and error types for the software rendering backend.
The main type is SoftwareBackend, which holds grid and font
configuration. Construct it via SoftwareBackendBuilder, then call
into_renderer to produce a
SoftwareRenderer. Hand that renderer to
retroglyph_window::winit::run_windowed to open a window, or use it
directly for in-memory rendering.
Structs§
- Software
Backend - Configuration and entry point for the software rendering backend.
- Software
Backend Builder - Builder for
SoftwareBackend.
Enums§
- Software
Backend Error - Errors that can occur when configuring the software backend.