Advertisement ยท 728 ร— 90
#
Hashtag
#godotshaders
Advertisement ยท 728 ร— 90
Video

Dash + Motion Blur looks impressive. ๐Ÿ’จ

I used this simple but good shader: godotshaders.com/shader/2d-mo...

#GameDev #IndieDev #Godot #GodotShaders #GameJam

10 4 0 0
Video

Poor mushroom ๐Ÿ‘Š๐Ÿ„

#godot #godotShaders #gamedev #shaders

12 1 0 0
Godot Engine editor screenshot showing a canvas shader exercise called "Pac Man". The viewport displays a 6x6 grid of pac-man shapes in varying shades of purple, pink, and white, each rotated at different angles. The shader editor panel shows a rotate() function using sin/cos matrix math applied to UV coordinates. The shader preview panel in the top-left shows a colorful checkerboard pattern. Shader parameters include Grid Size (6), Circle Size (0.4), and a pink Color value.

Godot Engine editor screenshot showing a canvas shader exercise called "Pac Man". The viewport displays a 6x6 grid of pac-man shapes in varying shades of purple, pink, and white, each rotated at different angles. The shader editor panel shows a rotate() function using sin/cos matrix math applied to UV coordinates. The shader preview panel in the top-left shows a colorful checkerboard pattern. Shader parameters include Grid Size (6), Circle Size (0.4), and a pink Color value.

Trying to wrap my head around the math involved to rotate an uv.

Thanks to @binbun3d.bsky.social for the UV manipulation article!

bun3d.com/tutorials/uv...

#godot #godotShaders #gamedev #shaders

27 6 0 0
Screenshot of the Godot 4.6 editor showing a wave pattern shader in development. The viewport displays a colorful procedural texture on a Sprite2D node, featuring interlocking S-shaped curves in magenta, blue, yellow-green, and black. The shader editor panel shows GLSL fragment shader code using UV distortion via sine waves and mod/floor logic to create striped color bands. The Inspector panel on the left shows exposed shader uniforms: Frequency (20.0), Amplitude (0.04), Speed (1.0), Stripes Count (8), and color pickers for Background, Color 1 (magenta), Color 2 (blue), and Color 3 (yellow-green). The file is named wave.gdshader and the scene is labeled "Wave Pattern."

Screenshot of the Godot 4.6 editor showing a wave pattern shader in development. The viewport displays a colorful procedural texture on a Sprite2D node, featuring interlocking S-shaped curves in magenta, blue, yellow-green, and black. The shader editor panel shows GLSL fragment shader code using UV distortion via sine waves and mod/floor logic to create striped color bands. The Inspector panel on the left shows exposed shader uniforms: Frequency (20.0), Amplitude (0.04), Speed (1.0), Stripes Count (8), and color pickers for Background, Color 1 (magenta), Color 2 (blue), and Color 3 (yellow-green). The file is named wave.gdshader and the scene is labeled "Wave Pattern."

๐ŸŒŠ Wave pattern

#godot #godotShaders #gamedev #shaders #godotEngine

15 3 1 0
Video

Did you know you can quickly swap vector values by changing the order of the items?

vector.xy โ†’ vector.yx ๐Ÿคฏ

docs.godotengine.org/en/stable/tu...

#godot #godotShaders #gamedev #shaders #godotEngine

25 4 2 0
Video

I'm still creating effects. This is the effect of some kind of dash, a projectile flying, a spell, I don't know. It worked, well, it'll do. ๐Ÿค”

My vfx shader: godotshaders.com/shader/vfx-f...

#Godot #GodotEngine #GodotShaders #GameDev #IndieDev #Art

16 3 2 0
Video

Learning a bit of trigonometry and playing with cos and sin functions. ๐Ÿค“

#godot #godotShaders #gamedev #shaders #godotEngine

13 2 1 0
Video

I posted this cool #shader on #GodotShaders! I love the effect. The shader smoothly interpolates animation frames from the sprite sheet and even uses a gradient texture! ๐Ÿ’ฅ

link: godotshaders.com/shader/vfx-f...

#Godot #GodotEngine #IndieDev #GameDev #Art #VFX

20 3 0 0
Video

Hey guys! I'm making a new shader for #Godot and also a sprite sheet with effects for my game. This effect smoothly interpolates animation frames. It's not as pretty, but I'm learning.

#IndieDev #GameDev #GodotShaders #GodotEngine

10 4 0 0
Post image

I've released my Shader for blending PBR materials using a mask and it a canvas item (sounds cumbersome, but it's quite simple and powerful, lol). Use it to create beautiful top-down games!

๐Ÿคฉ godotshaders.com/shader/splat...

#Godot #GodotEngine #IndieDev #GameDev #Shader #GodotShaders

10 4 1 0
Preview
[ REDACTED ] - Godot Shaders A shader that redacts a mesh by applying a customizable...

godotshaders.com/shader/redac...

It's finally fully updated and fixed and the github project is good too.

I seriously need to learn git...

#GodotShaders #Godot #GodotEngine #BRArt

3 0 0 0
Godot 4 editor showing a shader exercises scene with six ColorRect samples: Mix Color (blue), Gradient (green to pink), Checker (transparency grid), Vertical Stripes (yellow and blue), Circle (Godot mascot shape), and Smooth Circle (softer Godot mascot). The shader editor at the bottom shows a circle.gdshader file using smoothstep for alpha blending.

Godot 4 editor showing a shader exercises scene with six ColorRect samples: Mix Color (blue), Gradient (green to pink), Checker (transparency grid), Vertical Stripes (yellow and blue), Circle (Godot mascot shape), and Smooth Circle (softer Godot mascot). The shader editor at the bottom shows a circle.gdshader file using smoothstep for alpha blending.

Started learning godot shaders and it's so satisfying to see stuff actually appear on screen ๐Ÿ‘€
#GodotShaders #gamedev #godot

11 2 0 0

I did end up using the stencil buffer somehow here. I think I'll release this tomorrow.

#godot #godotengine #godotshaders

107 6 3 1
Video

Guess I'm making portals now. Maybe I could use the stencil buffer somehow here.

#godot #godotengine #godotshaders

558 66 15 3
Video

Experimenting with parallax mapping in shaders

#godot #godotengine #godotshaders

126 7 1 0
Video

I'm trying to make the Godot VFX Editor easier for people who aren't familiar with shaders, but I'm having a hard time making it clear that things like the "pixelate" effect that affect UVs should come before textures.

Anyway here's a cool thingie I made with it

#godot #godotshaders #vfx #gamedev

39 2 2 0
Video

Want better looking water ? Go to @godotshaders.com.web.brid.gy , search "Absorption Based Stylized Water", copy/paste the code in the shader material, set some uniforms right, and voilร  ! In 5 minutes, top. Thank you #GodotShaders ! #vfx #gamedev #Godot

42 6 0 0
Warped plasma
Warped plasma YouTube video by oTTeuM sTudio

Warped plasma #godotshaders youtu.be/jSmFY5WdeIs

0 0 0 0

Create Hexagonal grid with a Godot shaders #godotshaders youtu.be/944_9zkJCaY

0 0 0 0
Spiral as a tunnel
Spiral as a tunnel YouTube video by oTTeuM sTudio

Made myself a spiral #godotshaders
youtu.be/4e6vwfNy-SU

0 0 0 0
2D Fog
2D Fog YouTube video by oTTeuM sTudio

2D Fog #godotshaders
youtu.be/tFG4LbQMspc

1 0 0 0
Fireworks with Godot Shaders
Fireworks with Godot Shaders YouTube video by oTTeuM sTudio

Thanks to FencerDevLog I can now make fireworks in #godotshaders youtu.be/VPr9bMOwTNU

0 0 0 0
Line effect shader
Line effect shader YouTube video by oTTeuM sTudio

Line effect #godotshaders
youtu.be/re5CdwGbqsg

1 0 0 0
Animate and colorize with Voronoi Diagram
Animate and colorize with Voronoi Diagram YouTube video by oTTeuM sTudio

Thanks to FencerDevLog I can now animate and colorize with Voronoi Diagram #godotshaders youtu.be/vEHBRyE94ec

0 0 0 0
Shadertoy code to Godot 4
Shadertoy code to Godot 4 YouTube video by oTTeuM sTudio

Thanks to FencerDevLog I can now convert Shadertoy code to Godot 4 #godotshaders #shaderprogramming youtu.be/YOIkk2ytXrs

0 0 0 0
Spectrum analyzer
Spectrum analyzer YouTube video by oTTeuM sTudio

Spectrum analyzer #godotshaders
youtu.be/zfoIFImnwBU

0 0 0 0
Let`s model animated shield in Godot 4 VisualShaders
Let`s model animated shield in Godot 4 VisualShaders YouTube video by oTTeuM sTudio

Let`s model animated shield in Godot 4 VisualShaders #godotshaders #visualshaders youtu.be/cZCFbvQE7vY

0 0 0 0
Zooming in
Zooming in YouTube video by oTTeuM sTudio

Zooming in #godotshaders #shaderprogramming youtu.be/50HGXf4zwkY

0 0 0 0
Geometric shapes with Godot 4 Shaders
Geometric shapes with Godot 4 Shaders YouTube video by oTTeuM sTudio

Geometric shapes with Godot 4 Shaders #godotshaders #shaderprogramming youtu.be/MqP6etwtONU

0 0 0 0
Shader Programming
Shader Programming YouTube video by oTTeuM sTudio

#godotshaders #shaderprogramming
youtu.be/5tO64T_XaSs

1 0 0 0