Skip to content

Commit 842d01c

Browse files
committed
ShaderIOfTheWeek 21/26
1 parent d3a8daf commit 842d01c

14 files changed

Lines changed: 2275 additions & 3 deletions

Shaders/Monster/Goldeen.fuse

Lines changed: 1545 additions & 0 deletions
Large diffs are not rendered by default.

Shaders/Monster/Goldeen.gif

4.97 MB
Loading

Shaders/Monster/Goldeen.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Here insert a description of the shader! And maybe a gif
2+
3+
# Description of the Shader in Shadertoy:
4+
This is Goldeen another Pokémon in my series to do a shader for every Pokémon.
5+
6+
[![Thumbnail](Goldeen_screenshoot.png)](Goldeen.fuse)
7+

Shaders/Monster/Goldeen.png

462 KB
Loading

Shaders/Monster/Goldeen.sfi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
info = {
2+
3+
-- https://www.shadertoy.com/view/sXfGWj
4+
5+
Shadertoy = {
6+
Name = "Goldeen",
7+
Author = "noztol",
8+
ID = "sXfGWj",
9+
},
10+
11+
Fuse = {
12+
Author = "JiPi",
13+
Date = "2026-05-21",
14+
},
15+
16+
Compatibility = {
17+
macOS_Metal = false,
18+
macOS_OpenCL = false,
19+
Windows_CUDA = true,
20+
Windows_OpenCL = true,
21+
},
22+
}
500 KB
Loading

Shaders/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@ Furthermore must be mentioned that this repository is only an incubator to devel
2727
See [Shaders](Shaders.md) for a list of all shaders implemented so far - resp. the [Overview](Overview.md) to have with thumbnails a more 'visual experience'. Find what's new with the [latest conversions](Latest Conversions.md), or have a look at the [Shader of the Week](Shader of the Week.md) list.
2828

2929

30-
#### Current Shader of the Week (12th of May 2026):
30+
#### Current Shader of the Week (22th of May 2026):
3131

32-
[![Reactor de Núcleo de Cristal](ShaderOfTheWeek/ReactorDeNCleoDeCristal.gif)](ShaderOfTheWeek/ReactorDeNCleoDeCristal.md) <br>
33-
[Reactor de Núcleo de Cristal](ShaderOfTheWeek/ReactorDeNCleoDeCristal.md) by [gus78](https://www.shadertoy.com/user/gus78)
32+
[![Unimagined](ShaderOfTheWeek/Unimagined.gif)](ShaderOfTheWeek/Unimagined.md) <br>
33+
[Unimagined](ShaderOfTheWeek/Unimagined.md) by [OldEclipse](https://www.shadertoy.com/user/OldEclipse)
3434

3535

3636

3737
### A new Category: Monster
38+
[![Goldeen](Monster/Goldeen.gif)](Monster/Goldeen.md) <br>
39+
[Goldeen](Monster/Goldeen.md) by [noztol](https://www.shadertoy.com/user/noztol)
40+
3841
[![Magnemite](Monster/Magnemite.gif)](Monster/Magnemite.md) <br>
3942
[Magnemite](Monster/Magnemite.md) by [noztol](https://www.shadertoy.com/user/noztol)
4043

Shaders/Shader of the Week.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Shader of the Week
33
---
44
On the home page of ShaderToy.com the "Shader of the Week" is presented. As far as this can be converted to DCTL, I will set this shader here.
55
----
6+
## 22th of May 2026
7+
#### [Unimagined](Unimagined.md) (Shadertoy ID [NflSD8](https://www.shadertoy.com/view/NflSD8))
8+
[![Unimagined](ShaderOfTheWeek/Unimagined.gif)](ShaderOfTheWeek/Unimagined.md)
9+
----
610
## 12th of May 2026
711
#### [Reactor de Núcleo de Cristal](ReactorDeNCleoDeCristal.md) (Shadertoy ID [NXf3Rf](https://www.shadertoy.com/view/NXf3Rf))
812
[![Reactor de Núcleo de Cristal](ShaderOfTheWeek/ReactorDeNCleoDeCristal.gif)](ShaderOfTheWeek/ReactorDeNCleoDeCristal.md)

0 commit comments

Comments
 (0)