Skip to content

Instantly share code, notes, and snippets.

View stringandloop's full-sized avatar

string&&loop stringandloop

View GitHub Profile
@stringandloop
stringandloop / DEV-rainbow.pde
Created May 8, 2020 19:14
Rainbow sock pattern for DEV
float stripeHeight, stripeY, slope;
void setup() {
size(168, 400);
background(255);
noStroke();
noSmooth();
stripeHeight = height/20;
for (int i = 0; i < 40; i++) {