Update 'Game-of-Life-3D/README.md'
This commit is contained in:
parent
a8edac2e1d
commit
d37a61875e
|
@ -1,4 +1,6 @@
|
|||
# John Conway's Game of Life: 3D
|
||||
![Game of Life 3D](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.png)
|
||||
|
||||
Multipass GPU implementation of the famous Game of Life. But in 3D!
|
||||
The rules of this 3D version are as follows:
|
||||
A cell lives if:
|
||||
|
@ -6,4 +8,4 @@ A cell lives if:
|
|||
- or it has 4 alive neighboors
|
||||
otherwise the cell dies.
|
||||
|
||||
[overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.webm)
|
||||
[Watch video preview](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.webm)
|
||||
|
|
Loading…
Reference in New Issue