p=vec4(gl_FragCoord.xy/vec2(150,75)-1.,0,1);

gl_FragColor=p+sin(atan(p.y,p.x)*9.)*sin(p*t/70.+9./dot(p,p)+t/70.); /* editable! */