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 texture::ImageTexture;pub use texture::Texture;
Modules§
- Re-exported library crates
Macros§
- Set up a synchronous QWAC game.
Structs§
- A buffer type, allowing abstracting away the internal implementation without breaking API.
- Just represents the unit for euclidean transforms.
Enums§
Traits§
Functions§
- Enable the log crate. This is done automatically if the
gamemacro is used.