Skip to content

Instantly share code, notes, and snippets.

View BigBelts's full-sized avatar

Romie BigBelts

View GitHub Profile
int seed = int(random(99999999));
//https://ar.pinterest.com/pin/460985711850841261/
void setup() {
size(528, 280);
smooth(8);
frameRate(30);
pixelDensity(2);
strokeCap(SQUARE);