Thought this might interest people here.
https://github.com/lawlessc/GameOfLife :)
It's an implementation of Conways Game of Life that i'm working on, i've done the computation in the shaders itself using the textures to store the state of the world, it runs very fast if i do say so myself 8)
For anyone interested:
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
(https://raw.githubusercontent.com/lawlessc/GameOfLife/master/sc2.jpg)
Note for anyone running this.
It starts Paused.
you have to double tap to un-pause it.