Skip to content

Instantly share code, notes, and snippets.

View echophon's full-sized avatar

Yancy Way echophon

  • Seattle
View GitHub Profile
/*
Gyre Undulation - Yancy Way 2014
Requires HYPE.pde
Requires HOrbiter.pde
*/
HDrawablePool pool;
HColorPool colors;
HCanvas canvas;
/*
* Tiny Orbits
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
//requires HOrbiter.pde
void setup() {
size(400, 400);