Skip to content

Instantly share code, notes, and snippets.

View eblaikie's full-sized avatar

Elmer eblaikie

View GitHub Profile
PImage head;
int x = 40, y = 300;
void setup()
{
size(800, 800);
head = loadImage("head.png");
}
void setup() {
background(139,69,19);
size(1000, 1000);
noLoop(); //just want to run this once and use the loops that I wrote
}
int topx1=500;
int topy1=400;
int topy2=200;
int bottomleftx=100;
int bottomright=700;
int bottom6=600;
int shortside=100;
int circleX=200;
int circleY=200;
//window size
void setup() {
size(1000,1000); // width, height
}
void draw() {
line(500,400,200,400); //top of cube