Skip to content

Instantly share code, notes, and snippets.

View echophon's full-sized avatar

Yancy Way echophon

  • Seattle
View GitHub Profile
/*
* Tiny Orbits
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
//requires HOrbiter.pde
void setup() {
size(400, 400);
/*
Gyre Undulation - Yancy Way 2014
Requires HYPE.pde
Requires HOrbiter.pde
*/
HDrawablePool pool;
HColorPool colors;
HCanvas canvas;
/*
* Probably Dots
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
HDrawablePool pool;
void probSize(HDrawable d, float x, float y){
/*
* Hex Melange
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
HDrawablePool pool;
HColorPool colors;
/*
* Alt Wave
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
//requires HOrbiter
void setup() {
/*
Op Stack - Yancy Way 2014
Requires HYPE.pde
*/
float a, b, m, n1, n2, n3, radius;
float theta;
float r1, r2, r3, r4, r5, r6;
PImage img;
void setup(){
size(500,500);
smooth();
}
void draw(){
background(#000000);
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ndbx formatVersion="18" type="file" uuid="a5d3b702-9a9b-4581-9142-807607615942">
<property name="canvasHeight" value="1000"/>
<property name="canvasWidth" value="1000"/>
<property name="canvasX" value="0"/>
<property name="canvasY" value="0"/>
<node name="root" prototype="core.network" renderedChild="combine1">
<node name="add1" position="10.00,0.00" prototype="math.add"/>
<node name="colorize1" position="1.00,4.00" prototype="corevector.colorize">
<port name="fill" type="color" value="#2b2b2bff"/>
//requires HPolarLayout
import processing.pdf.*;
HDrawablePool pool;
HPolarLayout layout;
HColorPool colors;
boolean paused = false;
boolean record = false;
import hype.*;
import hype.extended.layout.*;
HDrawablePool pool;
void setup() {
size(800,800);
H.init(this).background(#000000);
pool = new HDrawablePool(1024);