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