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.

  • @NocturnalMorning
    link
    11 month ago

    I don’t prefer something other than Godot. I’ve used a number of engines now, and I use what I do bcz I have to spend an inordinate amount of extra time doing stuff in Godot that are just blocks in other engines. It’s not a good use of my time as an Indie dev. I really enjoyed Godot when I first started making games, but once I got serious about making a commercial game I realized it just didn’t have the features I needed. I learned about the missing features from the engine devs themselves when they wrote a post specifically discussing the missing features for AAA games. (Not that I’m trying to make a AAA game). My game is just big enough that level streaming is important for performance.

    • flaeky pancako
      link
      fedilink
      11 month ago

      @NocturnalMorning @FencerDevLog you really have three options here :

      a) switch engines *highly recommended*

      b) be the change you want in the world , submit patches and try to make godot better

      c) continue to be upset and just complain a lot *definitely most fun option*

      • @NocturnalMorning
        link
        21 month ago

        Easier said than done. You have to be an engine dev to submit changes, which is a whole other ball game. I spent a week trying to figure out an engine bug with the collisions once, and I couldn’t make heads or tails of the issue. If I started learning the engine code and submitting PR’s, I wouldn’t have any time to actually make games (which is what I want to do)

        • flaeky pancako
          link
          fedilink
          11 month ago

          @NocturnalMorning sure , now imagine the actual engine coders trying to fulfill every single person’s needs born of outrage at how godot is not nearly “professional enough” or “this is so much easier in unreal/unity”

          i mean they are doing a good job and while it is good to come up with new features or better interface recommendations its even better to do it yourself.

          game engines are hard , game development is hard. don’t make it harder for people to do either.