Crate storm
Source pub extern crate log;
pub use cgmath;
pub use fontdue;
- asset
- Asset utilities.
- audio
- Audio primitives. Creating and controlling sounds are included in here.
- color
- Color primitives. These are used in the graphics and image modules for managing images and
textures.
- event
- Event utilities.
- graphics
- Graphics primitives.
- image
- Image utilities. Images are used for creating textures.
- math
- Math utilities.
- sync
- Synchronization utilities.
- time
- Time utilities.
- Context
- The main entry point into the engine context. All state is initialized by this type.
- App
- Type that holds all of your application state and handles events.
- start
- Initializes the context. Graphics, audio, assets, and you app, are initialized by this function.