[][src]Crate sprocket_engine

Re-exports

pub use log;

Modules

graphics
logger
math

Defines math functions and constructs Includes angle conversion 2, 3, and 4 dimensional vectors

Structs

Time

Contains time information of a certain part of the program Tracks elapsed time, delta time, frame count

Timer

A general purpose timer for measuring execution time or checking if a certain time has passed Timer can be stopped and this will stop time from being counted A timer can also have a target sets and can be queried if that target has been passed

Traits

Application

A trait that defines the application Initialization can be done before or inside the run function by a custom setup function