Godot

5582 readers
92 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

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
26
27
 
 

Hi everyone! Recently, I returned to the algorithm we used for generating the lightning effect and tried to apply it in a slightly different way. Essentially, it involves decomposing the texture into individual color components - red, green, and blue - and shifting them according to a pseudo-chaotic value. I think I've seen something similar in a few games, and maybe such an effect will be useful for your project too. So let's get to it.

28
 
 

Sorry for the small delay on this, was competing in a gamedev competition which took up most of my weekend

The way I instantly make the variables is using tip #1 I posted https://programming.dev/post/17169923

29
 
 
30
 
 

I have been looking for a 2D reflective water shader for some time and was delighted to see that this tutorial was posted on YouTube to create just that:

https://www.youtube.com/watch?v=wPr5PvSgxFo

I've had a go at implementing it and have got the reflective water rendering. It's very "Kingdom: Two Crowns" like when spread across the full width of the scene.

However, as you can see from the image above, I've drawn a pond (as a separate Sprite2D) and I've applied the water shader to the pond. It's done that, but draws the water as a rectangle.

Is there a way to apply this shader to the Sprite2D, but conform to the actual sprite (only the light blue), rather than as a rectangle?

31
32
 
 

Hello) Haven't seen nice videos exploring hierarchical state machines, so I decided to share my tutorial here. In the video I break down one of Dark Souls III bosses and then use Godot to recreate it.

33
34
35
36
37
38
 
 

Originally posted by doomski@mstdn.games and posted here with permission from them

https://mstdn.games/@doomski/112820238014617819

Reposted video in case your frontend doesn't show the other one

39
 
 

Hey, just wondering if anyone had any particular recommendations for specific channels they especially liked?

I've recently been watching some Inkscape tutorials by the channel Logos by Nick and I really like his presentation style. Instead of going into detail about how to do something in particular he'll just make something and on the way you're introduced to multiple features and techniques you didn't even know existed. Very useful especially if you aren't familiar with the software at all ( me )

So if you know of anyone like that for Godot, or any channels that you particularly like, or any particular videos, please post them, I'd be interested in having a look.

40
41
 
 

Hi everybody! This time I would like to try something really simple. It is one of the simplest fractals that you have probably seen before, and it is called the Sierpiński triangle. This code can demonstrate simple transformations and also model the resulting effect by removing pixels in each iteration. So let's get started.

42
 
 

Going to start doing some daily Godot tips, both to force me to look for cool things the editor does so I can use it myself and to help out anyone else

Also posting these on my account on https://bytes.programming.dev

If youve got any tips I can put for a future day feel free to give me it and I can queue it up if I havent already

43
 
 
  • Kolokol
  • JumpMap
  • Bosca Ceoil
  • Bloodthief
  • Yarn Guardians
44
45
46
 
 

Exactly what the title says. It's under MIT lisence and currently being approved by the moderators of the AssetLib. The project is currently very simple and contributions are very welcome! image of the tool window

47
 
 

Hi everyone! This time I would try something in 3D. It will be quite a simple thing, namely creating a tunnel from a texture, but even something as basic as that can sometimes be useful. And who knows, maybe I'll like it and next time I'll make something more sophisticated. So let's get started.

48
 
 

cross-posted from: https://programming.dev/post/16870410

However, despite all the attention Godot has been receiving, the switch from Godot 3 to Godot 4 called for the removal of Godot’s visual scripting system. This presented us with an amazing opportunity. We knew we needed to provide more to our users, and now Godot was lacking in a function that we know really well! And that’s how the current plan was kicked off.

Makes me wonder if they'll do something similar for RPG Maker if AGM does well enough commercially, since the RPG Maker Unite, which was supposed to work with Unity, died thanks to that charge the devs per-install kerfuffle.

49
 
 

The fediverse canvas event is starting in a couple hours (event similar to r/place) and similar to last year I figured we can place the godot logo on it!

Canvas is an event where everyone can place a pixel every so often on a shared canvas. This can overwrite previously placed pixels which can lead to communities fighting for space on the canvas

You can find the link to it here: https://canvas.fediverse.events

I set up a template beside the main programming.dev area that you can find from the below links. This can be edited if theres another godot design people like more but figured it was a good start. For real time chatting im active on the programming.dev discord and matrix

one to one template: https://canvas.fediverse.events/#x=423&y=472&zoom=5&tu=https%3A%2F%2Fbytes.programming.dev%2Ffiles%2F4ce62a78-1476-4842-a2df-fcb84049a52a&tw=44&tx=386&ty=429&ts=ONE_TO_ONE

dotted template: https://canvas.fediverse.events/#x=423&y=472&zoom=5&tu=https%3A%2F%2Fbytes.programming.dev%2Ffiles%2F4ce62a78-1476-4842-a2df-fcb84049a52a&tw=44&tx=386&ty=429&ts=DOTTED_BIG

50
view more: ‹ prev next ›