Skip to main content

Crate chargrid_wgpu

Crate chargrid_wgpu 

Source

Structs§

Config
Dimensions
FontBytes

Functions§

run
Runs a component. Each frame the given component is rendered by invoking its render method, and a Event::Tick event is passed to the component’s update method set to the time since the previous frame. Each time an input event is received an Event::Input event is passed to the component’s update method. When the component yields Some(app::Exit), the program will exit.