webgpu game engine. fast by default, instant iteration, runs where webgpu does.
# 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 devbunx shallot --help lists every command.
- demos: dylanebert.com/shallot
- examples:
bunx shallot add, orexamples/AGENTS.md - questions: discord. bugs: issues. releases: npm
- changing the engine:
CONTRIBUTING.md
mit, see LICENSE.