[][src]Crate storm

Re-exports

pub extern crate log;
pub use cgmath;

Modules

color
math
time

Structs

BatchSettings

Configuration settings for a batch.

BatchToken

Token to reference a batch with.

Engine

The main entry point into the Storm engine. All interactions with the engine are managed by the API on this type. The engine is send, and can be moved between threads.

FontToken

Token to reference a font with.

Sprite

Configuration settings for a sprite.

Text

Configuration settings for text.

Texture

Token to reference a texture with. Has basic configuration settings.

WindowSettings

Configuration settings for the window.

Enums

CursorButton

The possible mouse buttons.

InputMessage

An input event. These are represented as an enumeration to preserve ordering when stored in a vector and read sequentially.

KeyboardButton

Different keycode values that can come in.