added files

This commit is contained in:
Sven Vogel 2023-06-30 13:56:07 +02:00
parent b90f60c7da
commit 8eb1a822d8
17 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# John Conway's Game of Life: 2D # John Conway's Game of Life: 2D
Multipass GPU implementation of the famous Game of Life. Multipass GPU implementation of the famous Game of Life.
![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/John-Conway's-Game-of-Life:2D/overview.png) ![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-2D/overview.png)

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -1,6 +1,6 @@
# Various blur filters # Various blur filters
![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Blur-Filter/overview.png) ![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Image-Filtering/Blur-Filter/overview.png)
This folder contains implementations for the following 3 blur filters: This folder contains implementations for the following 3 blur filters:
- box blur (sector 2) - box blur (sector 2)

View File

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 529 KiB

View File

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

View File

@ -1,5 +1,5 @@
# Optimized-Bilateral-Filter # Optimized-Bilateral-Filter
![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Optimized-Bilateral-Filter/overview.png) ![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Image-Filtering/Optimized-Bilateral-Filter/overview.png)
In part 1 you can the example image with noise applied to it. In sector 2 you can see the denoised image and in sector 3 is the original unfiltered image. In part 1 you can the example image with noise applied to it. In sector 2 you can see the denoised image and in sector 3 is the original unfiltered image.

View File

Before

Width:  |  Height:  |  Size: 642 KiB

After

Width:  |  Height:  |  Size: 642 KiB