emoc
-
sin 67 1.0 (twitter live live ›
7:05 AM Dec 11th
from web
-
Step s=>dac;[1,0,1,0,1,1,0,1,0]@=>int d[];4=>int i=>int j;
while(j::samp=>now){d[i%9]=>s.next;i++;
if(i==3)Math.rand2(3,9)*9=>j;i%j=>i;}
2:21 PM Dec 9th
from web
-
Joining the for one month of random explorations of noise >>
11:55 PM Sep 2nd
from web
-
Step s=>dac;float n,r,o;
while(samp=>now){Math.cos(n*.00001)+3=>r;
n=>o;for(int i;i<4;i++)Math.sin(o*r)=>o;o=>s.next;n+.5=>n;} //
2:13 PM Aug 25th
from web
-
void draw(){
loadPixels();
for(int i=1;i<width*height-1;i+=random(1000))
pixels[i]=pixels[i-1]+pixels[i+1];
updatePixels();} //
4:12 PM Aug 24th
from web
-
SinOsc s=>dac;SinOsc t=>blackhole;SinOsc u=>blackhole;
.9=>t.freq;2.9=>u.freq;
while(10::ms=>now){
t.last()*200*u.last()+s.freq()=>s.freq;
}
4:33 AM Aug 20th
from web
-
Step s=>dac;SinOsc l=>blackhole;1760=>l.freq;
1=>float n=>float a;
while(n::samp=>now){
-a=>a;l.last()*a=>s.next;(n+.1)%300=>n;}//#chucklang
4:27 AM Aug 20th
from web
-
Step s=>dac;
float t;
while(1){
Math.pow(Math.sin(Math.pow((t%5)*9*Math.cos(t),2)),3)=>s.next;
0.000148+=>t;
1::samp=>now;
} //
12:50 AM Aug 20th
from web
-
float f=0;void draw(){for(int x=0;x<width;x++){
for(int y=0;y<height;y++){float v=sin(((x*x+y*y)/f)+1)*255;
stroke(v);point(x,y);}}f+=.005;}
1:34 AM Jul 15th
from web
-
float f;void draw(){fill(0);background(255);
for(float i=0;i<99;i+=.15){
ellipse(50+i*cos(i+f),50+i*sin(i+f),i/13,i/13);f+=0.0005;
}}
5:28 AM May 27th
from web
-
size(400,400);stroke();background();
for(float i=0;i<99;i+=.002){
ellipse(200+i*3*cos(i),200+i*3*sin(i),i/5,i/5);
}//p5
5:24 AM May 27th
from web
-
void draw(){float x=random(width);strokeWeight(random(9));
stroke(c(),c(),c(),50);line(x,0,x,height);} float c(){return random(255);}
5:43 AM May 19th
from web
-
float f;void draw(){colorMode(HSB,1);strokeWeight(c()*99);stroke(f%1,1,.8,.02);
point(c()*255,c()*255);f+=.001;}float c(){return random(1);}
5:41 AM May 19th
from web
-
void draw(){loadPixels(); for(int i=0;i<width*height;i++){ pixels[i]=color(sin((.5*i+(float)millis()/99))*255);} updatePixels();}//
4:53 AM May 19th
from web
-
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
8:02 AM May 10th
from web
-
void draw(){loadPixels();for(int i=0;i<sq(width);i++) {pixels[i]=(((i%screen.width)/(mouseX+1))%2==0)? color(0):color(255);}updatePixels();}
8:01 AM May 10th
from web
-
/*p5 glitch!*/ void draw(){loadPixels(); for(int i=0;i<width*height;i++) {pixels[i]=color(i*mouseX*mouseX*mouseY*mouseY);} updatePixels();}
3:45 PM May 8th
from web
-
/*p5*/ int f;void draw(){noFill();background(0);for(int i=0;i<width*2;i++){stroke(color((f*i/3)%255));ellipse(50,50,i,i);}f++;}
2:19 PM May 5th
from web
-
void draw(){for(int i=0;i<333;i++){float x,y,c;x=random(0,width);y=random(0,height);c=255-dist(x,y,mouseX,mouseY)*6;stroke(c);point(x,y);}}
2:18 PM May 5th
from web
-
@ zébrurophile ? striurologue ? rayuromane ?
1:35 PM May 5th
from web
|
|