maciekglowka / rogalik

Tiny crates for 2D game dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Storage - poor man's ECS (actually only EC)
  5. Wgpu - wgpu graphics backend for the engine crate

About

Tiny crates for 2D game dev

License:MIT License


Languages

Language:Rust 99.2%Language:WGSL 0.8%