Bastien Sevajol ecce8aa629 permit to get default tile when requested tile don't exist | vor 6 Jahren | |
---|---|---|
synergine2 | vor 6 Jahren | |
synergine2_cocos2d | vor 7 Jahren | |
synergine2_xyz | vor 6 Jahren | |
tests | vor 7 Jahren | |
.coveragerc | vor 7 Jahren | |
.gitignore | vor 8 Jahren | |
.landscape.yaml | vor 7 Jahren | |
.pyup.yml | vor 7 Jahren | |
.travis.yml | vor 7 Jahren | |
README.md | vor 7 Jahren | |
requirements.txt | vor 7 Jahren | |
setup.py | vor 7 Jahren |
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