Update 'Game-of-Life-3D/README.md'

This commit is contained in:
Sven Vogel 2023-06-16 21:14:37 +00:00
parent a8edac2e1d
commit d37a61875e
1 changed files with 3 additions and 1 deletions

View File

@ -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)