/good-web-game

A minimal 2d game framework for wasm.

Primary LanguageRust

Good Web Game

good-web-game is a native wasm32-unknown-unknown implementation of some minimal ggez subset on top of miniquad. Built to run zemeroth in the web.

In action(0.1, pre-miniquad version): https://ozkriff.itch.io/zemeroth

screen

Example

To build and run an example as a native binary:

cargo run --example astroblasto

To build and run a web version follow miniquad instructions

Architecture

Here is how good-web-game fits into your rust-based game:

software stack