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