Skip to content

Instantly share code, notes, and snippets.

View anaeliaovalle's full-sized avatar

Anaelia Ovalle anaeliaovalle

View GitHub Profile
@AdmiralPotato
AdmiralPotato / circular_associations_e.pde
Last active May 7, 2021 11:21 — forked from AdmiralPotato/circular_associations_d.pde
Originally written on 2014-06-09 @ ‏‎02:30:43
//configurable variables
boolean
exportMode = false; //set to true when exporting, false when designing
String
folderPrefix = "../e_480";
int
fps = 24,
outputScale = 1, //set to 2 or 4 when exporting, 1 when designing
windowSize = 480 * outputScale,
numFrames = 48,