Skip to content

Instantly share code, notes, and snippets.

@dyln
dyln / Omniclock.pde
Created March 24, 2016 19:45 — forked from exnihilodub/Omniclock.pde
My own take on the "timer" that's been shown in DBC class.
//author:Baran Elitez
int millisoff;
//PImage bg;
color step1 = color(0,0,0);
color step2 = color(112,219,255);