Expand description
Application is the visualization core. It provides basic event loop handling.
Modules§
- config
- General application config.
- context
- Context provided by the application during the
update. - input
- User input handler.
- root
- The root node of the devotee app.
- setup
- Application launch setup.
- sound_
system rodio-based sound system.- window
- Main application window.
Structs§
- App
- App is the root of the
devoteeproject. It handleswinit’s event loop and render.
Type Aliases§
- Constructor
- Node constructor.
Takes mutable reference to
Contextand provides constructed root node.