|
|
hace 8 años | |
|---|---|---|
| synergine2 | hace 8 años | |
| synergine2_cocos2d | hace 8 años | |
| synergine2_xyz | hace 8 años | |
| tests | hace 8 años | |
| .coveragerc | hace 8 años | |
| .gitignore | hace 9 años | |
| .landscape.yaml | hace 8 años | |
| .pyup.yml | hace 8 años | |
| .travis.yml | hace 8 años | |
| README.md | hace 8 años | |
| requirements.txt | hace 8 años | |
| setup.py | hace 8 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