operating wrong enough
62 subscribers
81 photos
26 videos
1 file
15 links
glitches of my life / @speginel
Download Telegram
debug view for collision detection
👍1🔥1
labyrinth, no cycles, only circles
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
vec2 u=(FC.xy-.5*r)/r.x;for(int i=0;++i<17;)u=vec2(u.x,-u.y)/dot(u,u)+.4*u*rotate2D(t*.5);o+=(u.x+u.y)*9.;

(live version)
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
o.xy=FC.xy/8.;o.x=float(int(o.x)^int(o.y))/29.+t*.5;o=mix(.2*fract(o.xxxx),.6+.4*sin(o.x*4.+t+vec4(0,2,4,0)),step(mod(o.x,.71),.2));

(live version)