Expand description
Game orchestration: integrates model and renderer, encapsulating the main loop. Game encapsulates Model and Render classes and implements the main loop. Be aware that all the Game, Model and Render instances have the same lifetime.
§Example
fn main() -> Result<(), Box
Structs§
- Game
- Game encapsulates a Model,a Render and a Context structure