Skip to content

Instantly share code, notes, and snippets.

@errete
errete / 43.pde
Created April 23, 2014 18:19
Processing.org code for the cover of http://8tracks.com/danielrt/43
int i, j, gray, b;
PGraphics n43; // raster "43."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(0);
n43=createGraphics(90, 90); // raster "43."
n43.beginDraw();
n43.background(0);
@errete
errete / 44.pde
Created May 5, 2014 20:25
Processing.org code for the cover of http://8tracks.com/danielrt/44
int pt[][][]=new int[90][90][2];
int i, j, k, gray;
int r[]=new int[2];
PGraphics n44; // raster "44."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
color c[]={
color(255, 255, 215),
color(104, 102, 116),
color(121, 99, 85)
};
@errete
errete / 45.pde
Created May 11, 2014 13:03
Processing.org code for the cover of http://8tracks.com/danielrt/45
int i, j, k, gray;
float r;
PGraphics n45;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(255);
n45=createGraphics(90, 90);
n45.beginDraw();
@errete
errete / 46.pde
Created May 27, 2014 13:25
Processing.org code for the cover of http://8tracks.com/danielrt/46
int i, j, gray;
PGraphics n46; // raster "46."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(255);
n46=createGraphics(90, 90); // raster "46."
n46.beginDraw();
n46.background(0);
@errete
errete / 48.pde
Created June 10, 2014 14:54
Processing.org code for the cover of http://8tracks.com/danielrt/48
int i, j, k, gray;
float x, y;
PGraphics n48; // raster "48."
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(0);
noFill();
n48=createGraphics(90, 90); // raster "48."
@errete
errete / 49.pde
Created July 1, 2014 11:32
Processing.org code for the cover of http://8tracks.com/danielrt/49
int i, j, x, y, gray, r;
PGraphics n49;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
n49=createGraphics(90, 90);
n49.beginDraw();
n49.background(0);
n49.fill(255);
@errete
errete / 50.pde
Created July 12, 2014 16:00
Processing.org code for the cover of http://8tracks.com/danielrt/50
int i, j, gray, ext;
PGraphics n50;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
color[] c={
color(171, 154, 16),
color(248, 223, 23),
color(185, 173, 73),
color(248, 238, 159),
color(120, 108, 11)
};
@errete
errete / 51.pde
Created July 19, 2014 12:29
Processing.org code for the cover of http://8tracks.com/danielrt/51
int i, j, k, gray;
int[] d=new int[2];
int[][][] disp=new int[90][90][2];
PGraphics n51;
PFont fnt=createFont("HelveticaNeueLTStd-Bd", 54);
void setup() {
size(1440, 1440);
background(31, 53, 71);
strokeWeight(1);
@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."
@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);