good-web-game 0.6.1

An alternative implementation of the ggez game engine, based on miniquad
Documentation
1
2
3
4
5
6
mod camera;

pub mod matrix_transform_2d;
pub mod scene;

pub use self::camera::Camera;