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.
- Change
Notifier
Enums§
- Application
Error - Errors that can occur while interacting with an application
- Invalidation
Cause - Indicates the reason that an
Applicationstate was invalidated and had to be re-rendered