Crate amethyst_core [] [src]

Re-exports

pub extern crate cgmath;
pub extern crate shred;
pub extern crate shrev;
pub extern crate specs;
pub use bundle::Error;
pub use bundle::ErrorKind;
pub use bundle::Result;
pub use bundle::SystemBundle;
pub use timing::*;
pub use transform::*;

Modules

bundle
frame_limiter

Frame limiter

timing

Utilities for working with time.

transform

amethyst transform ecs module

Structs

Orientation

This struct contains 3 unit vectors pointing in the given directions.

Type Definitions

ThreadPool

A rayon thread pool wrapped in an Arc. This should be used as resource in World.