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§
Macros§
- game
- Set up a synchronous QWAC game.
Structs§
- Arc
- Buffer
- A buffer type, allowing abstracting away the internal implementation without breaking API.
- Ellipse
- Pixels
- Just represents the unit for euclidean transforms.
Enums§
Traits§
Functions§
- enable_
logging - Enable the log crate.
This is done automatically if the
gamemacro is used. - log
- set_
update_ interval