FX

Visual Shader Parallax Mapping Node
by foyezes
This node outputs UV based on height map for Simple Offset Mapping & Parallax Occlusion Mapping.

Simple 256-Color Shader
by pymxolbo
simple shader with 256 colors built-in made with https://www.qiuet.uk/files/colorhelper.html

Hypercasual Gradient Shader
by trixelized
A shader meant for adding gradients to unlit 3D meshes. Contains examples, and documented code.

Useful Shader Nodes for Godot 4
by abbysalkig
Headbanging against the keyboard, done for you.

Depth Fog Screen Space PostFX
by zvodd
Godot 4 volumetric fog replaced Godot 3 depth fog. But depth fog feels more retro and is suitable for PSX / N64 style graphics. This impliments the camera setup required to create a Post Processing with depth-sampling fragment shader in Godot 4 ala this guide: https://docs.godotengine.org/en/4.0/tutorials/shaders/advanced_postprocessing.html It contains a scene with a 3D Camera Setup for with a Quad mesh stretched in front and uses a fragment shader to create a Distance/Depth based fog effect...

3D Pixel-Perfect Outline
by lanzaschneider
A "3D pixel-perfect outline" shader for Godot 3.

Eyeball Shader
by blackears
This set of shaders will let you create realistic eyeballs for your character models.

Fish shader
by frankiezafe
Shader to animate a fish without armature or blend shapes. This shader is strongly inspired by the fish shader used in ABZU and demonstrated by Matt Nava in his presentation at GDC 2017. The repository contains only what is absolutely necessary to demonstrate the shader. The shading of the object has to be refined. credits: Fish Perch by holmen released under Creative Commons Zero (Public Domain)

3D Hover canvasitem
by sivabalan
This shader will create a 3D hovering effect with mouse interaction on a canvas item like TextureRect. Features: - 3D tilting on mouse hover - Specular highlight that changes with hover. - A second texture, laid on top, with adjustable depth - Customizable drop shadow for depth - Click animation that mimics button press

gd_planar_reflections
by risingthumb
This provides a planar reflection shader and the related camera logic for doing planar reflecitons.