yearoftheglitch: //counter.pde by Phillip Stearns //an exercise in creating composite objects in Processing //logic circuit simulation Counter counter; void setup() { background(0); size(5, 5); counter = new Counter(height); } void draw() {
tags: glitch
original: https://messymind.tumblr.com/post/74733537613