Crate frapp

source ·

Re-exports§

Macros§

  • app! takes an implementor of App and a path to a content folder and sets up an AppDriver on which AppDriver::run can be called to start the program.

Structs§

  • AppDriver is public, but should only be created from the app macro.
  • Object that allows building windows.

Traits§

  • App is the main public trait of frapp. Implementors get a defined new/update/render lifecycle with a choice of frenderer renderers (either frenderer::Renderer or frenderer::Immediate).
  • This extension trait is used under the winit feature to simplify event-loop handling.

Type Aliases§