14Godot 4: Seismograph shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 6d · 0 comments
31Godot 4: Heart monitor shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 13d · 4 comments
15Godot 4: Electric wave shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 20d · 0 comments
20Godot 4: 3D flag waving shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 27d · 0 comments
16Godot 4: One-line image warp shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 34d · 1 comments
19Godot 4: Stormy nebula shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 41d · 0 comments
14Godot 4: Sponge wipe shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 48d · 2 comments
9Godot 4: Vintage film shader, part 2 (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 55d · 0 comments
11Godot 4: Vintage film shader, part 1 (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 62d · 0 comments
30Godot 4: Menger tunnel shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 69d · 2 comments
26Godot 4: Particle shader in 3D (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 76d · 0 comments
23Godot 4: 4D hypercube shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 83d · 0 comments
16Godot 4: Raindrop ripple shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 90d · 0 comments
21Godot 4: Radar shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 97d · 2 comments
19Godot 4: Old photo shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 104d · 0 comments
21Godot 4: Noise star shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 111d · 0 comments
27Godot 4: Waterfall shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 118d · 0 comments
30Godot 4: Fluted glass shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 125d · 0 comments
37Godot 4: Heavy rain window shader (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 132d · 0 comments
10Godot 4: Another broken TV (tutorial) youtube.comc/godot · by FencerDevLog@programming.dev · 139d · 0 comments
on Godot 4: Heart monitor shader (tutorial) · c/godot · 3 pts · 13dFor example, because Line2D runs on the CPU, while a shader runs on the GPU (much faster). But of course, many effects can be achieved in different ways. I just happen to prefer shaders.
on Godot Shader Pack · c/godot · 1 pts · 17d1.2.3 (2026-07-23): Added seismograph (scene and shader). Added lava (scene and shader).
on Godot Shader Pack · c/godot · 1 pts · 23d1.2.2 (2026-07-17): Added electric_wave (scene and shader). Added heart_monitor (scene and shader). Fixed flag.shader (+ replaced by +=).
on Godot Shader Pack · c/godot · 1 pts · 32d1.2.1 (2026-07-08): Added one_line_warp (scene and shader). Added flag (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 51d1.2 (2026-06-19): Updated to Godot 4.7. Added sponge_wipe (scene and shader). Added stormy_nebula (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 67d1.1.9 (2026-06-03): Added menger_tunnel (scene and shader). Added vintage_film (scene and shader).
on Godot 4: Radar shader (tutorial) · c/godot · 1 pts · 69dSounds great! Good luck with yout project.
on Godot Shader Pack · c/godot · 0 pts · 89d1.1.8 (2026-05-12): Added insects - the first shader_type particles (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 102d1.1.7 (2026-04-29): Added raindrops (scene and shader). Added tesseract (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 110d1.1.6 (2026-04-21): Added old_photo (scene and shader). Added radar (scene, shader and script).
on Godot Shader Pack · c/godot · 0 pts · 117d1.1.5 (2026-04-14): Added waterfall (scene and shader). Added noise_star (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 135d1.1.4 (2026-03-27): Added broken_tv (scene and shader). Added heavy_rain (scene and shader). Added fluted_glass (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 152d1.1.3 (2026-03-10): Added fiery_area (scene, shader and script). Added 3d_glow (scenes, shader and scripts).
on Godot Shader Pack · c/godot · 0 pts · 180d1.1.2 (2026-02-10): Added fractal_flower (scene and shader). Added wildfire (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 184d1.1.1 (2026-02-06): Added simple_edge (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 194d1.1 (2026-01-27): Updated to Godot 4.6. Added volumetric_fog (scene, shader and script).
on Godot Shader Pack · c/godot · 0 pts · 207d1.0.5 (2026-01-14): Added simple_dithering (scene and shader). Added classic_dithering (scene and shader).
on Godot Shader Pack · c/godot · 0 pts · 210d1.0.4 (2026-01-10): Added glass_bricks (scene and shader). Added frequency_distortion (scene and shader).
For example, because Line2D runs on the CPU, while a shader runs on the GPU (much faster). But of course, many effects can be achieved in different ways. I just happen to prefer shaders.
Good plan! 😎
1.2.3 (2026-07-23): Added seismograph (scene and shader). Added lava (scene and shader).
1.2.2 (2026-07-17): Added electric_wave (scene and shader). Added heart_monitor (scene and shader). Fixed flag.shader (+ replaced by +=).
1.2.1 (2026-07-08): Added one_line_warp (scene and shader). Added flag (scene and shader).
1.2 (2026-06-19): Updated to Godot 4.7. Added sponge_wipe (scene and shader). Added stormy_nebula (scene and shader).
1.1.9 (2026-06-03): Added menger_tunnel (scene and shader). Added vintage_film (scene and shader).
Thanks! And yes, check it out.
Sounds great! Good luck with yout project.
1.1.8 (2026-05-12): Added insects - the first shader_type particles (scene and shader).
1.1.7 (2026-04-29): Added raindrops (scene and shader). Added tesseract (scene and shader).
1.1.6 (2026-04-21): Added old_photo (scene and shader). Added radar (scene, shader and script).
1.1.5 (2026-04-14): Added waterfall (scene and shader). Added noise_star (scene and shader).
1.1.4 (2026-03-27): Added broken_tv (scene and shader). Added heavy_rain (scene and shader). Added fluted_glass (scene and shader).
1.1.3 (2026-03-10): Added fiery_area (scene, shader and script). Added 3d_glow (scenes, shader and scripts).
1.1.2 (2026-02-10): Added fractal_flower (scene and shader). Added wildfire (scene and shader).
1.1.1 (2026-02-06): Added simple_edge (scene and shader).
1.1 (2026-01-27): Updated to Godot 4.6. Added volumetric_fog (scene, shader and script).
1.0.5 (2026-01-14): Added simple_dithering (scene and shader). Added classic_dithering (scene and shader).
1.0.4 (2026-01-10): Added glass_bricks (scene and shader). Added frequency_distortion (scene and shader).