pyup-bot 5bd73da9bd Update freezegun from 0.3.9 to 0.3.10 6 yıl önce
synergine2 offer refactored way to remove subject collection 6 yıl önce
synergine2_cocos2d typing 6 yıl önce
synergine2_xyz refact image and texture constructions 6 yıl önce
tests tests/test_middleware.py: New file 6 yıl önce
.coveragerc fix .coveragerc syntax 7 yıl önce
.gitignore ignore venv* 7 yıl önce
.landscape.yaml Create .landscape.yaml 6 yıl önce
.pyup.yml create pyup.io config file 6 yıl önce
.travis.yml add typinf dep for python3.4 6 yıl önce
README.md Update README.md 6 yıl önce
requirements.txt Update freezegun from 0.3.9 to 0.3.10 6 yıl önce
setup.py bump version 6 yıl önce

README.md

synergine2

Build Status Coverage Status Codacy Badge

A framework to build simulation with subject focused.

Install

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]"

 Automated testing

To install tests packages:

pip install -e ".[tests]"

And run tests:

pytest tests

Synergine 1 graphic usage examples

Life game (More about life game)

Lifegame

Intelligine, Social bug simulation:

Project github page here.