diff options
author | Uwe Kamper <me@uwekamper.de> | 2015-12-28 16:02:38 +0100 |
---|---|---|
committer | Uwe Kamper <me@uwekamper.de> | 2015-12-28 16:02:38 +0100 |
commit | c7b4ad308d1385b800f93b38e9747c8debc6dcf3 (patch) | |
tree | 5efba6c19abf52dddd66a5159bc91421606d609e | |
parent | d65219d074fefb2bb0b8a6627a63509ccfb13a4e (diff) | |
download | matelight-c7b4ad308d1385b800f93b38e9747c8debc6dcf3.tar.gz matelight-c7b4ad308d1385b800f93b38e9747c8debc6dcf3.tar.bz2 matelight-c7b4ad308d1385b800f93b38e9747c8debc6dcf3.zip |
added 32c3 conways game of life
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,8 @@ Related Projects * `Movie Streaming and Live 3D Raytracing for Mate-Light in Javascript`_ * `An audio spectrum analyzer`_ * `A Unity 3D backend`_ +* `Advanced Conway's Game of Life`_ + As featured on… --------------- @@ -66,3 +68,4 @@ As featured on… .. _`Movie Streaming and Live 3D Raytracing for Mate-Light in Javascript`: https://github.com/MichaelKreil/matelight-playground .. _`An audio spectrum analyzer`: https://github.com/c-base/mlaudiospectrum .. _`A Unity 3D backend`: http://firepunchd.tumblr.com/post/123631124063/every-pixel-is-sacred-on-a-40x16-display-you-have +.. _`Advanced Conway's Game of Life`: https://github.com/jaseg/matelight/blob/master/README.rst |