Expand description
This is a simple crate that makes making qwac games easier.
Re-exports
pub use canvas::Canvas;pub use canvas::OffscreenCanvas;pub use canvas::Screen;pub use color::Rgba;pub use event::Event;pub use texture::Cartridge;pub use texture::ImageTexture;pub use texture::Texture;
Modules
Macros
- Set up a synchronous QWAC game.
Structs
- Just represents the unit for euclidean transforms.
Enums
Traits
Functions
- The current time.
- The current time as a Duration from the unix epoch.