Conways Game of Life in JPCT

Started by lawless_c, October 21, 2018, 10:58:59 PM

Previous topic - Next topic

lawless_c

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



lawless_c

Note for anyone running this.
It starts Paused.

you have to double tap to un-pause it.