Skip to content

zuee1314/xyz-xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

xyz-xyz

xyz-xyz void setup(){

size(500,500);

}

void draw(){

for(int i=0;i<width;i++){

for(int j=0;j<height;j++){

stroke(frameCount/pow(255,i+jwidth)%255,frameCount/pow(255,i+jwidth+1)%255,frameCount/pow(255,i+j*width+2)%255);

point(i,j);

}

}

}

Releases

No releases published

Packages

No packages published