Author Topic: Conways Game of Life in JPCT  (Read 7191 times)

Offline lawless_c

  • int
  • **
  • Posts: 96
    • View Profile
Conways Game of Life in JPCT
« on: October 21, 2018, 10:58:59 pm »
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



Offline lawless_c

  • int
  • **
  • Posts: 96
    • View Profile
Re: Conways Game of Life in JPCT
« Reply #1 on: October 22, 2018, 12:11:26 am »
Note for anyone running this.
It starts Paused.

you have to double tap to un-pause it.