Bastien Sevajol b0844a8792 image application for actor animations | il y a 6 ans | |
---|---|---|
synergine2 | il y a 6 ans | |
synergine2_cocos2d | il y a 6 ans | |
synergine2_xyz | il y a 6 ans | |
tests | il y a 6 ans | |
.coveragerc | il y a 7 ans | |
.gitignore | il y a 8 ans | |
.landscape.yaml | il y a 7 ans | |
.pyup.yml | il y a 7 ans | |
.travis.yml | il y a 6 ans | |
README.md | il y a 6 ans | |
requirements.txt | il y a 6 ans | |
setup.py | il y a 6 ans |
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.