@diatribes

82 Followers
163 Following
148 Posts

float noise(vec3 p) {
float v,a;
for (a = .85; a > .15; a *=.75, p += p) {
v += a * abs(dot( sin( .3*iTime + .1*p.z + .1*p/a) , vec3(a*3.)) );
}
return v;
}

void mainImage(out vec4 o, vec2 u) {
float i,s;
o*=i;
vec3 p,r = iResolution;
u = ( u+u - r.xy ) / r.y;
for( ; i++ < 1e2; )
p += vec3(u * s, s),
s = .1 + .2* abs( 12.-abs(p.y) - noise(p) ),
o += 1./s;
o = tanh(vec4(5,2,1,0)*o /3e3/ length(u));
}

#coding #art #clouds #mathart

@GerardorGer wow, the light rays coming down are striking
@GerardorGer love it, great picture
@bug yay, i miss bµg shaders :D
In today’s mail: a postcard thanking us for having a Pride banner up on our house. The sender said it seems like there are fewer Pride flags out than in the past. So I hope they enjoy that we put up our Pride flag on Monday, after they mailed their card. Also, a great thing about being the people on the block with the progressive signs/flags is that people have sent really nice notes about it. You never know what your small action can mean to others.
Impressive Cloud Season is back! #cowx #cloudscape #cloudsecurity