Module application

Module application 

Source
Expand description

Application foundation used to drive the RAUI interface

An Application is the struct that pulls together all the pieces of a RAUI ui such as layout, interaction, animations, etc.

In most cases users will not need to manually create and manage an Application. That will usually be handled by renderer integration crates like raui-tesselation-renderer.

You will need to interact with Application if you are building your own RAUI integration with another renderer or game engine.

Structs§

Application
Contains and orchestrates application layout, animations, interactions, etc.
ChangeNotifier

Enums§

ApplicationError
Errors that can occur while interacting with an application
InvalidationCause
Indicates the reason that an Application state was invalidated and had to be re-rendered