Skip to content

Instantly share code, notes, and snippets.

View AdmiralPotato's full-sized avatar
🐐
Probably filling databases with Goats

Admiral Potato AdmiralPotato

🐐
Probably filling databases with Goats
View GitHub Profile
@AdmiralPotato
AdmiralPotato / circular_associations_f.pde
Last active February 26, 2019 08:36 — forked from AdmiralPotato/circular_associations_e.pde
Originally created on 2014-06-14 @ ‏‎11:45:20
//configurable variables
boolean
exportMode = true; //set to true when exporting, false when designing
String
folderPrefix = "../f_480";
int
fps = 24,
outputScale = 1, //set to 2 or 4 when exporting, 1 when designing
windowSize = 480 * outputScale,
numFrames = 48,
@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,