-
A.P.C. x Nike
nice.
-
(Source: novemberemains)
-

High Resolution(Source: timetogetpaid, via theclassyissue)
-
Twerkin on yo head
-
//SpinesOutofSorts
//I pulled the code in setup from this sketch
float rColor, gColor, bColor, aColor;
int threshold;
void setup() {
size(720, 720);
translate(width/2, height/2);
threshold = 135;
for (int i=0; i<width; i++) {
for (int j=0; j<height; j++) {
rColor = abs(cos(i)*width/2);
gColor = abs(sin(j)*height/2);
bColor = abs(cos(i+j)*width/2);
aColor = abs(sin(i+j)*height);
stroke(rColor, gColor, bColor, aColor);
pushMatrix();
rotate(i);
rotate(j);
translate(i/3, j/3);
point(0,0);
popMatrix();
}
}
}
void draw() {
loadPixels();
if (threshold < 255) {
for (int k=width; k<width*height-width; k++){
if (brightness(pixels[k]) > threshold){
pixels[k-1] = color(
int(red(pixels[k+1])),
int(green(pixels[k+1])),
int(blue(pixels[k+1])),
int(brightness(pixels[k+1]))
);
} else {
pixels[k-width] = color(
int(red(pixels[k+1])),
int(green(pixels[k+1])),
int(blue(pixels[k+1])),
int(brightness(pixels[k+1]))
);
}
}
threshold = threshold+1;
} else {
threshold = 100;
}
updatePixels();
} -
Roly Porter - Arrakis
Hans Zimmer meets Techno.
-
(Source: lovesashagrey)
-
Aux 88 - I Hear Rhythms
-
silicon scally - deodexed
