This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Gyre Undulation - Yancy Way 2014 | |
Requires HYPE.pde | |
Requires HOrbiter.pde | |
*/ | |
HDrawablePool pool; | |
HColorPool colors; | |
HCanvas canvas; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Tiny Orbits | |
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com | |
*/ | |
//requires HYPE.pde (staging) | |
//requires HOrbiter.pde | |
void setup() { | |
size(400, 400); |
NewerOlder