Bastien Sevajol ecce8aa629 permit to get default tile when requested tile don't exist | пре 6 година | |
---|---|---|
synergine2 | пре 6 година | |
synergine2_cocos2d | пре 7 година | |
synergine2_xyz | пре 6 година | |
tests | пре 7 година | |
.coveragerc | пре 7 година | |
.gitignore | пре 8 година | |
.landscape.yaml | пре 7 година | |
.pyup.yml | пре 7 година | |
.travis.yml | пре 7 година | |
README.md | пре 7 година | |
requirements.txt | пре 7 година | |
setup.py | пре 7 година |
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