An Agent-based Modelling framework based on the Entity-Component-System architectural pattern.
The readme is still WIP but code documentation can be found at: https://ecagent.readthedocs.io/en/latest/
You can install ECAgent using:
pip install ECAgent
- Clone the Repo.
- Build the virtual environment using
make
- Activate the virtual environment using
source ./venv/bin/activate