An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Godot-Stylized-Water

![](StylizedWater.gif)

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)