Skip to main content

Module config

Module config 

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

SoftwareBackend
Configuration and entry point for the software rendering backend.
SoftwareBackendBuilder
Builder for SoftwareBackend.

Enums§

SoftwareBackendError
Errors that can occur when configuring the software backend.