godot-shaders
godot-shaders copied to clipboard
A large library of free and open-source shaders for the Godot game engine. Here, you'll get 2D and 3D shaders with playable demos.
This is a request to contribute, just to add a bunch of Shaders that I create while working with Godot to simplify things for others looking for Godot Shaders in...
**I'm submitting a...** - [x] Bug report. - [ ] Feature request. ## Bug report ## **What is the current behavior?** Depth isn't calculated correctly for object near water. I...
Hi there! The SphereMask is simply awesome but what it makes it a bit hard to use in a real project is the fact that this shader applies a color...
**I'm submitting a...** - [x] Bug report. - [ ] Feature request. ## Bug report ## **What is the current behavior?** The Dissolve2D shader demo crashes on launch due to...
Updating shader to support Godot 4.2, the name changed
**Please check if the PR fulfills these requirements:** - [X] The commit message follows our guidelines. - For bug fixes and features: - [X] You tested the changes. Related issue...
This issue focuses on porting the Godot Shaders repository from Godot 3 to Godot 4.3. The repository contains a collection of shaders and demo scenes for 2D and 3D games....
Created a universal Outline2D shader script and fixed error regarding uniform 'hint_color' (it's called 'source_color' since Godot 4.0). This script is a refactored combination of the shaders "outline2D_inner", "outline2D_outer" and...