Bastien Sevajol bb20380f6c
Merge pull request #26 from buxx/pyup-scheduled-update-2018-02-26
před 6 roky
synergine2 offer refactored way to remove subject collection před 6 roky
synergine2_cocos2d typing před 6 roky
synergine2_xyz refact image and texture constructions před 6 roky
tests tests/test_middleware.py: New file před 6 roky
.coveragerc fix .coveragerc syntax před 7 roky
.gitignore ignore venv* před 8 roky
.landscape.yaml Create .landscape.yaml před 7 roky
.pyup.yml create pyup.io config file před 7 roky
.travis.yml add typinf dep for python3.4 před 6 roky
README.md Update README.md před 6 roky
requirements.txt Update pytest from 3.4.0 to 3.4.1 před 6 roky
setup.py bump version před 6 roky

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.