Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 342 Bytes

Tiny set of Rust crates intended to help with 2D game creation.

Very early release ;)

Currently includes:

  1. Engine - simple sprite based game engine (should support at least Win, Linux, Wasm and Android)
  2. Events - uber simple generic event bus
  3. Math - for now only 2D vectors
  4. Wgpu - wgpu graphics backend for the engine crate