🧙♀️ A Redux action and reducer set to manage Entities and Components
Meant to be used in tandem with Wild Magic, but could be used as a state manager for any ECS
Status | Development | License
⚠ Alpha! ⚠ Just like Wild Magic, the nature of this code is ever-shifting!
I recommend using docker, as you can get set up without having to worry about any dependencies, except for docker itself.
Make sure you have already installed both Docker Engine and Docker Compose.
- Install:
make install
- Build:
make build
- Test:
make test
- Lint:
make lint
- Generate Documentation:
make documentation
- Install:
npm install
- Build:
npm run build
- Test:
npm run test
- Lint:
npm run lint
- Generate Documentation:
npm run documentation