From d37a61875eb589c5ac1efdc964a70de424ede9a8 Mon Sep 17 00:00:00 2001 From: Sven Vogel Date: Fri, 16 Jun 2023 21:14:37 +0000 Subject: [PATCH] Update 'Game-of-Life-3D/README.md' --- Game-of-Life-3D/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Game-of-Life-3D/README.md b/Game-of-Life-3D/README.md index 54ff1da..5e1dab8 100644 --- a/Game-of-Life-3D/README.md +++ b/Game-of-Life-3D/README.md @@ -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)