Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 770 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 770 Bytes

2d-pixel-water-shader-godot

A Godot 4.2 project containing the pixel art water and water trail shaders as seen on YouTube here and here!

The shaders are Visual Shaders and there are a few simple C# scripts for the water trails. Does not include heightmap generation.

Water shader:

water-shader-example.mov

Water trail following the cursor:

water-trail-example.mov

There is also a Unity version of the water shader here