Skip to content

imustend/cool-shaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/