Skip to content

jakeklassen/objecs

Repository files navigation

objECS

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

Benchmarks

You can run some benchmarks by running pnpm --filter ecs-benchmark start.

Tools

How to Work

  • Develop like normal using Conventional Commits.
  • When you're ready to push a tag, run bumpp.
    • This will walk you through releasing a tag.
  • 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.

Kudos