Skip to content

Instantly share code, notes, and snippets.

@errete
errete / 36.pde
Created January 19, 2014 20:29
processing.org code for the cover of http://8tracks.com/danielrt/36
int i, j, k; // loops
int pos[]= new int[2]; // last point of curve
color c[]={ // https://kuler.adobe.com/Delacroix-color-theme-3382641/
color(26, 56, 56),
color(63, 122, 81),
color(130, 163, 82),
color(209, 192, 98),
color(254, 190, 88),
};
PGraphics n36; // raster "36."
@errete
errete / 35.pde
Created January 17, 2014 20:37
code for the cover of http://8tracks.com/danielrt/35
int i, j, k;
float[] disp=new float[2]; // [0] = x displacement; [1] = y displacement
color[] c={
color(115, 221, 191),
color(184, 222, 83),
color(100, 193, 81),
color(21, 126, 77),
color(70, 69, 67)
};
PGraphics n35; // raster "35"
int i, j, x; // loops
color[] c={
color(234, 38, 92), // red
color(5, 130, 204), // blue
color(144, 204, 0), // green
color(254, 183, 0) // orange
};
PGraphics n34; // raster "33"
int gray; // color of current pixel
PFont fnt=createFont("HelveticaNeue-Bold", 54);
@errete
errete / portada_33.pde
Last active December 31, 2015 06:48
code for the cover of http://8tracks.com/danielrt/33
int i, j; // loops
color[] c={
color(234, 38, 92), // red
color(5, 130, 204), // blue
color(144, 204, 0), // green
color(254, 183, 0) // orange
};
int[] displacement=new int[2]; // [0=x; 1=y]
int sSize=8; // squares size
PGraphics n33; // raster "33"
int i, j, k, gray;
int[][] t=new int[2][90];
PGraphics n57;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(25, 52, 65);
n57=createGraphics(90, 90);
n57.beginDraw();
int i, j, gray;
PGraphics n56;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(255);
n56=createGraphics(90, 90); // raster "56."
n56.beginDraw();
n56.background(0);
@errete
errete / 55.pde
Created October 9, 2014 23:15
Processing.org code for the cover of http://8tracks.com/danielrt/55
int i, j, k, gray;
int disp[]=new int[2];
float r;
PGraphics n55;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(255, 255, 192);
noFill();
@errete
errete / 54.pde
Created September 6, 2014 18:09
Processing.org code for the cover of http://8tracks.com/danielrt/54
int i, j, k, h, gray;
PGraphics n54; // raster "54."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(226, 227, 229);
noStroke();
n54=createGraphics(90, 90); // raster "38."
n54.beginDraw();
@errete
errete / 53.pde
Created August 9, 2014 10:42
Processing.org code for the cover of http://8tracks.com/danielrt/53
int i, j, gray;
PGraphics n53; // raster "53."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(77, 101, 113);
n53=createGraphics(90, 90); // raster "53."
n53.beginDraw();
n53.background(0);
n53.fill(255);
@errete
errete / 52.pde
Created July 25, 2014 12:18
Processing.org code for the cover of http://8tracks.com/danielrt/52
int i, j, gray;
int[] d=new int[3];
float[] disp=new float[2];
PGraphics n52;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(223, 224, 175);
n52=createGraphics(90, 90); // raster "52."