Tiny set of Rust crates intended to help with 2D game creation.
Very early release ;)
Currently includes:
- Engine - simple sprite based game engine (should support at least Win, Linux, Wasm and Android)
- Events - uber simple generic event bus
- Math - for now only 2D vectors
- Wgpu - wgpu graphics backend for the
engine
crate