Expand description
Gui and main loop functionality.
Structs§
- The frame context the main logic is called with. Contains everything you need to update entities and render a frame.
Traits§
- The main function where your game logic is ran each frame. Takes in a
Context.
Functions§
- Fake run function for use in doctests
- The function which starts a window and calls the
main_functioneach frame.optionsare passed toeframe::run_native.