Module amethyst::engine [] [src]

Game engine sitting atop the core libraries.

Reexports

pub use self::app::Application;
pub use self::state::{State, StateMachine};
pub use self::timing::{Stopwatch};

Modules

app
state
timing

Structs

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

SteadyTime

A structure representing a moment in time.