Docs.rs
sprocket_engine-0.2.1
sprocket_engine 0.2.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ten3roberts
Dependencies
colorful ^0.2.1
normal
glfw ^0.40.0
normal
log ^0.4.11
normal
Versions
31.58%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate sprocket_engine
sprocket_
engine
0.2.1
All Items
Crate Items
Re-exports
Modules
Structs
Traits
Crate
sprocket_
engine
Copy item path
Source
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