wild-magix
v1.0.0-alpha.5
Published
A Redux action and reducer set to manage Entities and Components
Downloads
13
Maintainers
Readme
Wild Magix 🍄✨
🧙♀️ 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
Status
⚠ Alpha! ⚠ Just like Wild Magic, the nature of this code is ever-shifting!
Development
I recommend using docker, as you can get set up without having to worry about any dependencies, except for docker itself.
With Docker
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
With Node.js
- Install:
npm install
- Build:
npm run build
- Test:
npm run test
- Lint:
npm run lint
- Generate Documentation:
npm run documentation