Browse Source

Merge branch 'master' of github.com:/buxx/synergine2

Bastien Sevajol 6 years ago
parent
commit
3fd429c61a
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md View File

@@ -27,3 +27,19 @@ To install tests packages:
27 27
 And run tests:
28 28
 
29 29
     pytest tests
30
+
31
+# Synergine 1 graphic usage examples
32
+
33
+
34
+Life game ([More about life game](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life))
35
+
36
+[![Lifegame](https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif)](https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif) 
37
+
38
+Intelligine, Social bug simulation:
39
+
40
+Project github page [here](https://github.com/buxx/intelligine). 
41
+
42
+[![Intelligine: egg management](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif)](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif) 
43
+
44
+[![Intelligine: ressource exploration](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif)](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif) 
45
+