Module app

Module app 

Source
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 devotee project. It handles winit’s event loop and render.

Type Aliases§

Constructor
Node constructor. Takes mutable reference to Context and provides constructed root node.