Godot 4: Glass Door shader (fast blur tutorial)

Поділитися
Вставка
  • Опубліковано 4 тра 2024
  • 📖 Godot 4 book: filiprachunek.gumroad.com/l/g...
    💡 Get exclusive content on Patreon: / fencerdevlog
    🎮 Wishlist Whispers of Prague on Steam: store.steampowered.com/app/27...
    🚀 Space Shooter tutorial: • Godot 4 Tutorial: From...
    🖥️ Space Shooter source code: github.com/FilipRachunek/spac...
    #godot #godot4 #godotengine #shaders
    Hi everyone! Do you remember the video about detecting edges using the Sobel operator, which we enhanced by using Gaussian blur? One of the drawbacks of Gaussian blur is that it's somewhat computationally intensive, which can pose some performance issues for our game if we want to apply such an effect in real-time. In this video, I will demonstrate a much faster way to blur our sprite or the entire screen.

КОМЕНТАРІ • 9

  • @FencerDevLog
    @FencerDevLog  Місяць тому

    Thank you for watching. 😎 Help support this channel:
    Patreon: www.patreon.com/FencerDevLog
    Gumroad: filiprachunek.gumroad.com
    UA-cam Memberships: www.youtube.com/@FencerDevLog/join

  • @FelskiTV
    @FelskiTV 2 місяці тому +6

    Honey wake up, a new Fencer video just dropped.

  • @psychobarge5279
    @psychobarge5279 2 місяці тому +1

    yaaaay another one

    • @FencerDevLog
      @FencerDevLog  2 місяці тому +2

      Hey, good to know. 😎 And thanks!

  • @R.Daneel
    @R.Daneel 2 місяці тому

    Great video, but your audio has a pretty loud background hiss. Doesn't really impact anything, but is noticeable as something I haven't heard from other coding videos like this.
    Big thumbs up on the content!

    • @FencerDevLog
      @FencerDevLog  2 місяці тому +1

      Thanks! Yes, I know about the background noise. I'm recording my videos in real-time, and my laptop has quite a noisy fan. I'm working on improving it.
      And thanks for watching. 😎

  • @MikeMcRoberts
    @MikeMcRoberts 2 місяці тому

    Great stuff. Any plans to do a water shader? I would love to make a little boat game but have no idae how to make realistic water that would react to an objcet such as a boat moving in it (and vice versa).

    • @FencerDevLog
      @FencerDevLog  2 місяці тому

      Thank you! Yes, I plan to do a water shader tutorial as well. I am not sure about the dynamic reaction to objects yet, but some solution will surely show up.