1.0.0-alpha.5 ā€¢ Published 5 years ago

wild-magix v1.0.0-alpha.5

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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