Mysterious Beat Beauty
Take a look at it and rate it here. I know some of the dynamic distance movement is basic, but it yet rocks. That is my opinion though, not everyones, I know.
52 posts
Init: n=800;pi=acos(-1);
Beat:rx1=rand(100)/50-1;ry1=rand(100)/50-1 ;dr2=rand(100)/100;dg2=rand(100)/100;db2=rand(100)/100 ;
Frame:ax=ax*0.9+rx1*0.1;ay=ay*.9+ry1*.1 ;dr1=.9*dr1+.1*dr2;dg1=.9*dg1+.1*dg2;db1=.9*db1+.1*db2;red=dr1;green=dg1;blue=db1 ;
Pixel:x=cos(i*pi*30)*i*.1+ax; y=sin(i*pi*30)*i*.1+ay;