Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
/ Wild-Magix Public archive

A Redux action and reducer set to manage Entities and Components

Notifications You must be signed in to change notification settings

wild-magic/Wild-Magix

Repository files navigation

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

License

About

A Redux action and reducer set to manage Entities and Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published