Crate storm[][src]

Re-exports

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

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.

Time utilities.

Functions

Stops the context after the next update.

Initializes the context. Graphics, audio, assets, are initialized by this function.

Prevents the update event from being sent for at least the duration. If a periodic wait is active, this wait will temporarily override only if it causes the next update event to happen later than the periodic wait would have.

Prevents the update event from being sent more frequently than the given duration. Set this to None to disable the periodic wait.

Prevents the update event from being sent until at least the given instant. If a periodic wait is active, this wait will temporarily override only if it causes the next update event to happen later than the periodic wait would have.