Crate storm

Source

Re-exports§

pub extern crate log;
pub use cgmath;
pub use fontdue;

Modules§

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.

Structs§

Context
The main entry point into the engine context. All state is initialized by this type.

Traits§

App
Type that holds all of your application state and handles events.

Functions§

start
Initializes the context. Graphics, audio, assets, and you app, are initialized by this function.