webgpu game engine. fast by default, instant iteration, runs where webgpu does.

quick start

# install bun
curl -fsSL https://bun.sh/install | bash
# new project
bun create shallot my-game
cd my-game
bun install
# run it
bunx shallot dev

demos