Object ECS.
Checkout the demos site and folder.
The featured demo is the shmup demo (Cherry Bomb), a port of the Lazy Devs pico-8 game.
shmup-demo.webm
You can run some benchmarks by running pnpm --filter ecs-benchmark start
.
- changelogithub
- This generates a changelog for a github release using Conventional Commits.
- bumpp
- Interactive version prompt.
- Develop like normal using Conventional Commits.
- When you're ready to push a tag, run
bumpp
.- This will walk you through releasing a
tag
.
- This will walk you through releasing a
- When you're ready to publish, create a github release and the workflow will take over.
- This will use changelogithub to generate a changelog and publish to NPM.