Filip Rachลฏnek's Avatar

Filip Rachลฏnek

@rachunek.com.bsky.social

๐Ÿ“– Get my Godot 4 book: https://bit.ly/godot4book ๐Ÿ˜Ž Follow my YouTube channel: https://www.youtube.com/@FencerDevLog I have a passion for crafting games, designing 3D assets, composing music, and sharing insightful tutorials on these subjects.

35 Followers  |  9 Following  |  130 Posts  |  Joined: 08.03.2024  |  1.6634

Latest posts by rachunek.com on Bluesky


Godot 4: Wildfire shader (tutorial)
YouTube video by FencerDevLog Godot 4: Wildfire shader (tutorial)

Hi everyone! Weโ€™ve already created several 2D fire effects here and even one or two 3D ones. This time weโ€™ll return to two dimensions and show how to make a slightly different kind of fire using a few layers and a somewhat different technique.
www.youtube.com/watch?v=gmyr...

23.02.2026 06:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

1.1.2 (2026-02-10): Added fractal_flower (scene and shader). Added wildfire (scene and shader).

10.02.2026 09:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: One line edge shader (tutorial)
YouTube video by FencerDevLog Godot 4: One line edge shader (tutorial)

Hi everyone! We have another effect on the agenda whose code fits on a single line. This time it will be a simple edge detection, which we can also use as an original way to fade out a scene, for example, after finishing a level in our game.
www.youtube.com/watch?v=dp6M...

09.02.2026 06:07 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

1.1.1 (2026-02-06): Added simple_edge (scene and shader).

06.02.2026 09:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Volumetric fog shader, part 1 (tutorial)
YouTube video by FencerDevLog Godot 4: Volumetric fog shader, part 1 (tutorial)

Hi everyone! Weโ€™ve already covered several shaders that simulate fog, but they were mostly side effects of technologies that arenโ€™t primarily designed for fog. This time, weโ€™ll create a true fog shader and ook at what options Godot 4 offers for this type of effect.
www.youtube.com/watch?v=U9Uu...

02.02.2026 06:04 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

1.1 (2026-01-27): Updated to Godot 4.6. Added volumetric_fog (scene, shader and script).

30.01.2026 20:13 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Classic dithering shader (tutorial)
YouTube video by FencerDevLog Godot 4: Classic dithering shader (tutorial)

Hello, everyone! This is a continuation of the previous tutorial, in which we created a simple dithering effect. And as I promised, this time weโ€™ll finish the topic by programming a shader for classic dithering with a regular structure.
www.youtube.com/watch?v=Mcv0...

26.01.2026 06:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Simple dithering shader (tutorial)
YouTube video by FencerDevLog Godot 4: Simple dithering shader (tutorial)

Hi everyone! Letโ€™s continue programming shaders whose code fits on a single line. This time, weโ€™ll create an effect called dithering, which in this case means rendering an image using a heavily limited color palette.
www.youtube.com/watch?v=1qS0...

19.01.2026 06:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Frequency distortion shader (tutorial)
YouTube video by FencerDevLog Godot 4: Frequency distortion shader (tutorial)

Hello, everyone! The effect Iโ€™ll be creating in this video falls into the category of image distortionโ€”that is, a simulation of an imperfect display or external interference. So, letโ€™s take a look at how this algorithm works.
www.youtube.com/watch?v=q94s...

12.01.2026 06:13 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Glass block shader (tutorial)
YouTube video by FencerDevLog Godot 4: Glass block shader (tutorial)

Hi everyone! This is the first video Iโ€™ve published in 2026, and since I wouldnโ€™t like to start the new year with something extremely complicated, this tutorial will be easy and quick. Weโ€™ll show how we can simulate a view through something like small glass blocks.
www.youtube.com/watch?v=0f0K...

05.01.2026 06:03 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Wave transition shader (tutorial)
YouTube video by FencerDevLog Godot 4: Wave transition shader (tutorial)

Hi everyone! There are only a few days left until the end of 2025, so Iโ€™ll release one more video tutorial this year. Once again, it will be a contribution to the category of scene transitions. And I would say that the rotating vertical tiles look quite impressive.
www.youtube.com/watch?v=bLEk...

29.12.2025 07:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Digital glitch shader (tutorial)
YouTube video by FencerDevLog Godot 4: Digital glitch shader (tutorial)

Hi everyone! Weโ€™re almost at the end of the year - at least at the time of recording this videoโ€”which means we still have time for one more broken-screen effect. This time, it will be a simulation of an LCD monitor that has suffered some sort of internal malfunction.
www.youtube.com/watch?v=RTwP...

22.12.2025 07:16 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot and Steam Deck (tutorial)
YouTube video by FencerDevLog Godot and Steam Deck (tutorial)

Hi everyone! This time weโ€™ll once again take a short break from creating shaders. Instead Iโ€™ll describe how we can test a game developed in the Godot Engine on the Steam Deck and what needs to be ensured or verified before we release our game for this console as well.
www.youtube.com/watch?v=VnOL...

15.12.2025 06:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Dot transition shader (tutorial)
YouTube video by FencerDevLog Godot 4: Dot transition shader (tutorial)

Hi everyone! Didnโ€™t I say recently that you can never have too many scene-transition effects? Iโ€™ve just created another one that can also be customized in interesting ways, so itโ€™s basically three effects in one. Letโ€™s take a look at how such a shader works.
www.youtube.com/watch?v=5CME...

08.12.2025 06:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: VHS noise shader (tutorial)
YouTube video by FencerDevLog Godot 4: VHS noise shader (tutorial)

Hello everyone! This time weโ€™ll create a shader that simulates playback from a faulty videotape. Yes, itโ€™s a simulation of an outdated technology thatโ€™s almost unknown today, but I still think itโ€™s an interesting effect that can find its place in many games.
www.youtube.com/watch?v=_2nG...

01.12.2025 06:05 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Noise transition shader (tutorial)
YouTube video by FencerDevLog Godot 4: Noise transition shader (tutorial)

Hi everyone! This time, weโ€™ll make another transition effect, and as you can see, it simulates something like a pixelated change of the background image. Letโ€™s take a look at how easily we can program a similar effect.
www.youtube.com/watch?v=D_zZ...

24.11.2025 06:04 โ€” ๐Ÿ‘ 2    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Page flip shader (tutorial)
YouTube video by FencerDevLog Godot 4: Page flip shader (tutorial)

Hello, everybody! In this video, Iโ€™ll demonstrate how we can program a shader that simulates a page turning in a book, which is definitely a very effective way to transition between scenes. So letโ€™s launch the Godot editor and get started.
www.youtube.com/watch?v=8aIK...

17.11.2025 07:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Fiery ornament shader (tutorial)
YouTube video by FencerDevLog Godot 4: Fiery ornament shader (tutorial)

Hi everyone! Letโ€™s take a short break from post-processing effects. In this tutorial, Iโ€™ll be creating a dynamic ornament that at one stage resembles a magical portal and at another something like a fiery eye.
www.youtube.com/watch?v=yRA3...

10.11.2025 06:07 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Horizontal jitter shader (tutorial)
YouTube video by FencerDevLog Godot 4: Horizontal jitter shader (tutorial)

Hi everyone! Let's create another post-processing effect. The result can be quite usefulโ€”for example, if we want to simulate TV signal interference in our game and control the visual appearance of that effect with parameters. So, let's do it.
www.youtube.com/watch?v=LJ7r...

03.11.2025 06:35 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Underwater shader (tutorial)
YouTube video by FencerDevLog Godot 4: Underwater shader (tutorial)

Hi everyone! Last time, I talked about post-processing effects and how itโ€™s useful to have as many of them available as possible. And here we are again, because in this video weโ€™ll be making something new in this category.
www.youtube.com/watch?v=6JEG...

27.10.2025 06:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Stripe transition shader (tutorial)
YouTube video by FencerDevLog Godot 4: Stripe transition shader (tutorial)

Hi everyone! I was thinking that we can never have too many effects for transitions between game screens, so I made a fairly simple one that lets us demonstrate a nice result with an easy formula. Letโ€™s take a look at how easily we can create this.
www.youtube.com/watch?v=yl32...

20.10.2025 05:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Point tunnel shader (tutorial)
YouTube video by FencerDevLog Godot 4: Point tunnel shader (tutorial)

Hey everyone! It looks like our collection of shader-generated tunnels has grown once again. This time, as you can see, itโ€™s an interesting effect created purely with points, which we can further adjust as needed. So letโ€™s get to programming it.
www.youtube.com/watch?v=NSCX...

13.10.2025 05:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Endless ornament shader (tutorial)
YouTube video by FencerDevLog Godot 4: Endless ornament shader (tutorial)

Hi everyone! Iโ€™d say itโ€™s time for another simple shader. I donโ€™t think weโ€™ve created an infinite zoom here yet, especially if itโ€™s a cool-looking effect that we might be able to use in a game - and if not, itโ€™s still fun to watch. So letโ€™s get to it.
www.youtube.com/watch?v=En9L...

06.10.2025 05:02 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Steam API tutorial
YouTube video by FencerDevLog Godot 4: Steam API tutorial

If youโ€™re planning to release your game on Steam, this functionality will be very useful, as it allows you, for example, to save game progress to Steam Cloud or enable various achievements. So, letโ€™s take a look at how we can achieve this in Godot 4.
www.youtube.com/watch?v=Suye...

29.09.2025 05:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Dynamic talent tree (tutorial)
YouTube video by FencerDevLog Godot 4: Dynamic talent tree (tutorial)

Hi everyone! And as I promised in the previous video, todayโ€™s one will be somewhat related to the new game release, because Iโ€™ll show how I created the system for displaying and using a talent tree in that game. So letโ€™s dive into the UI design and programming.
www.youtube.com/watch?v=A35l...

22.09.2025 05:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Godot 4: Advanced Game Development Do you want to take your indie game development to the next level?Discover the complete process of game development in Godot Engine, including preparation, creating simple assets, building complex UI,...

My new book is out! 618 pages of tutorials, code, images, and insights about game development in Godot 4. During the first week, the discount code 20INTRO is active.
filiprachunek.gumroad.com/l/advanced-g...

19.09.2025 05:39 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Circular blur shader (tutorial)
YouTube video by FencerDevLog Godot 4: Circular blur shader (tutorial)

Hey everyone! Iโ€™ve just finished writing my book about game development in Godot, which means the time I had for coming up with new shaders was once again equal to zero. But I do have something after all. Letโ€™s take a look at how we can create yet another blur effect.
www.youtube.com/watch?v=H_ys...

15.09.2025 05:16 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

0.9.7 (2025-09-13): Added flow_noise (scene and shader), and circular_bur (scene and shader).

13.09.2025 09:38 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: Flow noise blur shader (tutorial)
YouTube video by FencerDevLog Godot 4: Flow noise blur shader (tutorial)

Hi everyone! Letโ€™s create another shader in Godot Engine. I was thinking about how we could combine the organized chaos represented by fractal Brownian motion with image post-processing.
www.youtube.com/watch?v=mN9q...

08.09.2025 05:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Godot 4: 2D shader in 3D scene (tutorial)
YouTube video by FencerDevLog Godot 4: 2D shader in 3D scene (tutorial)

Hi everyone! This time Iโ€™d like to show how a 2D shader can be used in a 3D scene, which can have plenty of applications in 3D games.
www.youtube.com/watch?v=z2vU...

01.09.2025 05:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@rachunek.com is following 9 prominent accounts