Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
www.jpct.net
»
jPCT-AE - a 3d engine for Android
»
Projects
»
Conways Game of Life in JPCT
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Conways Game of Life in JPCT (Read 4357 times)
lawless_c
int
Posts: 96
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
For anyone interested:
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Logged
https://github.com/lawlessc
lawless_c
int
Posts: 96
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.
Logged
https://github.com/lawlessc
Print
Pages: [
1
]
Go Up
« previous
next »
www.jpct.net
»
jPCT-AE - a 3d engine for Android
»
Projects
»
Conways Game of Life in JPCT