Crate qwac

Source
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§

audio
canvas
color
crates
Re-exported library crates
data
error
input
texture
time

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§

BootResult
LogLevel

Traits§

Game

Functions§

enable_logging
Enable the log crate. This is done automatically if the game macro is used.
log
set_update_interval