Bastien Sevajol 04f65caeb7
Merge pull request #21 from tomlowshang/trailing_slash
6 jaren geleden
synergine2 offer refactored way to remove subject collection 6 jaren geleden
synergine2_cocos2d Merge pull request #21 from tomlowshang/trailing_slash 6 jaren geleden
synergine2_xyz enhance move system 6 jaren geleden
tests Update test_utils.py 6 jaren geleden
.coveragerc fix .coveragerc syntax 7 jaren geleden
.gitignore ignore venv* 7 jaren geleden
.landscape.yaml Create .landscape.yaml 6 jaren geleden
.pyup.yml create pyup.io config file 6 jaren geleden
.travis.yml add typinf dep for python3.4 6 jaren geleden
README.md Update README.md 6 jaren geleden
requirements.txt Actor image computing 6 jaren geleden
setup.py bump version 6 jaren geleden

README.md

synergine2

Build Status Coverage Status

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.