this post was submitted on 21 Jul 2025
25 points (100.0% liked)

Godot

6937 readers
32 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 2 years ago
MODERATORS
 

Hello everybody! The effect I’ll be creating in this video originated as a combination of the algorithm used for rendering a 3D tunnel and several applications of so-called fractal Brownian motion, which I explored while working on some of my fractal shaders. And since I most likely didn’t explain anything clearly with that introduction, we’ll go through everything step by step.

top 2 comments
sorted by: hot top controversial new old
[–] sp3ctr4l@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Wow, I don't think I've seen anyone go into this much detail explaining writing a fragment shader before, especially not one so ... well, the code is actually not too complex, but the result is intricate!

Reminds me of the old days of custom screensavers and music visualizers like milkdrop, haha!

I will also have to check out the lightning effect, that also looks extremely neat =D

[–] FencerDevLog@programming.dev 2 points 1 week ago

Thank you. 😎