Skip to content

Instantly share code, notes, and snippets.

View quat1024's full-sized avatar
🐲
rerh!

quaternary quat1024

🐲
rerh!
View GitHub Profile
void setup() {
size(700,700);
background(0);
smooth(4);
}
void draw() {
stroke(255,60);
strokeWeight(1);
noFill();
@quat1024
quat1024 / clockwork.pde
Created December 6, 2015 04:34
clockwork
void setup() {
size(500,500,OPENGL);
frameRate(60);
smooth(8);
}
float s = 2.5;
void draw() {
background(#D7FAD7);
title Block Game
author quat
background_color orange
text_color white
========
OBJECTS
========