Bastien Sevajol 3473c5d9af add stuff to layers (will move in sub projects) | 6 years ago | |
---|---|---|
synergine2 | 6 years ago | |
synergine2_cocos2d | 6 years ago | |
synergine2_xyz | 6 years ago | |
tests | 7 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 8 years ago | |
.landscape.yaml | 7 years ago | |
.pyup.yml | 7 years ago | |
.travis.yml | 6 years ago | |
README.md | 6 years ago | |
requirements.txt | 7 years ago | |
setup.py | 6 years ago |
A framework to build simulation with subject focused.
Synergine is in Alpha development status. To install the lib:
python setup.py develop
To install xyz tools packages:
pip install -e ".[xyz]"
To install cocos2d tools packages:
pip install -e ".[cocos2d]"
To install tests packages:
pip install -e ".[tests]"
And run tests:
pytest tests
Life game (More about life game)
Intelligine, Social bug simulation:
Project github page here.