pyup-bot 75b4c4c68a Update python-dateutil from 2.6.1 to 2.7.0 6 vuotta sitten
synergine2 offer refactored way to remove subject collection 6 vuotta sitten
synergine2_cocos2d typing 6 vuotta sitten
synergine2_xyz refact image and texture constructions 6 vuotta sitten
tests tests/test_middleware.py: New file 6 vuotta sitten
.coveragerc fix .coveragerc syntax 7 vuotta sitten
.gitignore ignore venv* 7 vuotta sitten
.landscape.yaml Create .landscape.yaml 6 vuotta sitten
.pyup.yml create pyup.io config file 6 vuotta sitten
.travis.yml add typinf dep for python3.4 6 vuotta sitten
README.md Update README.md 6 vuotta sitten
requirements.txt Update python-dateutil from 2.6.1 to 2.7.0 6 vuotta sitten
setup.py bump version 6 vuotta sitten

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.