this post was submitted on 06 May 2024
51 points (98.1% liked)

Godot

5642 readers
306 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] FencerDevLog 1 points 4 months ago (1 children)

Well, Godot is a lightweight engine, so it doesn't have almost anything extra built-in. Which is advantageous because the engine itself then takes up negligible space on disk and the editor starts up within seconds, which can't be said for Unreal. But everyone prefers something different, of course. I mainly wanted to show that implementing your own blur effect can be simpler than it might seem at first glance.

[–] [email protected] 2 points 4 months ago (1 children)

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.

[–] [email protected] 1 points 4 months ago (1 children)

@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*

[–] [email protected] 2 points 4 months ago (1 children)

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)

[–] [email protected] 0 points 4 months ago (1 children)

@NocturnalMorning side note , do you have a link to your game you are working on? besides all this bickering i would love to see what you are working on..

[–] [email protected] 2 points 4 months ago

Sure, I have a bunch of videos on my YouTube channel of the game. Still pretty early stages, working on a boss fight right now that I haven't recorded any of yet.

https://m.youtube.com/watch?v=ZTLKJUyqkMA