Crate amethyst_core [] [src]

Reexports

pub extern crate cgmath;
pub use bundle::ECSBundle;
pub use bundle::Error;
pub use bundle::ErrorKind;
pub use bundle::Result;
pub use timing::*;
pub use transform::*;

Modules

bundle
frame_limiter

Frame limiter

orientation

Orientation of objects

timing

Utilities for working with time.

transform

amethyst transform ecs module

Type Definitions

ThreadPool

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