Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 649 Bytes

cool shaders(very cool)

cool fragment shaders i made in glsl


Uniforms

Uniform Contents
u_resolution 2D vector containing resolution of window in pixels
u_time Float containing time in milliseconds

2D Clouds Shader

source code

This is clouds shader. It uses two kinds of noise to make these cool clouds. 1
You may want to play around with noiseSpeed and fmbSpeed to get different results.

cool clouds shader

(the gif quality is bad, it looks better)

Footnotes

  1. https://thebookofshaders.com/11/