Re-exports§
Modules§
- Asset utilities.
- Audio primitives. Creating and controlling sounds are included in here.
- Color primitives. These are used in the graphics and image modules for managing images and textures.
- Event utilities.
- Graphics primitives.
- Image utilities. Images are used for creating textures.
- Math utilities.
- Synchronization utilities.
- Time utilities.
Structs§
- The main entry point into the engine context. All state is initialized by this type.
Traits§
- Type that holds all of your application state and handles events.
Functions§
- Initializes the context. Graphics, audio, assets, and you app, are initialized by this function.