https://github.com/paddy-exe/godot-3d-stylized-water
This repository contains my 3D Stylized Water Shader for the Godot Engine. The work its based on is described in the README file
https://github.com/paddy-exe/godot-3d-stylized-water
godot godot-engine minimalistic shader shaders stylized water
Last synced: about 2 months ago
JSON representation
This repository contains my 3D Stylized Water Shader for the Godot Engine. The work its based on is described in the README file
- Host: GitHub
- URL: https://github.com/paddy-exe/godot-3d-stylized-water
- Owner: paddy-exe
- License: mit
- Created: 2021-04-07T18:06:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:20:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T01:03:14.396Z (about 2 months ago)
- Topics: godot, godot-engine, minimalistic, shader, shaders, stylized, water
- Language: GLSL
- Homepage:
- Size: 27.9 MB
- Stars: 37
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot-Stylized-Water

This shader was ported from this video [here](https://www.youtube.com/watch?v=MHdDUqJHJxM) and some parts were taken from the awesome tutorial by [Kmitt 91](https://www.youtube.com/watch?v=PgcMXPdQrLI) and the water shader tutorial by [Bastiaan Olij](https://www.youtube.com/watch?v=vm9Sdvhq6ho). To understand how the Water shader works in Godot specifically, I would recommend watching both of the two Godot videos.
The shader has
* Waves with customizable strength, frequency and time factor
* DepthFade between a Shallow and Deep water color
* Customizable flow speed
* Foam with custom color (using 2 noise textures)