Skip to content

Instantly share code, notes, and snippets.

View echophon's full-sized avatar

Yancy Way echophon

  • Seattle
View GitHub Profile
import wblut.processing.*;
import wblut.hemesh.*;
import wblut.geom.*;
import wblut.math.*;
HE_Mesh mesh;
WB_Render render;
int frames = 120;
float t = 0.0;
import wblut.math.*;
import wblut.processing.*;
import wblut.core.*;
import wblut.hemesh.*;
import wblut.geom.*;
import java.util.List;
HE_Mesh mesh;
HE_Mesh modifiedMesh;
import hype.*;
import hype.extended.layout.*;
HDrawablePool pool;
void setup() {
size(800,800);
H.init(this).background(#000000);
pool = new HDrawablePool(1024);
//requires HPolarLayout
import processing.pdf.*;
HDrawablePool pool;
HPolarLayout layout;
HColorPool colors;
boolean paused = false;
boolean record = false;
<?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"/>
PImage img;
void setup(){
size(500,500);
smooth();
}
void draw(){
background(#000000);
/*
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;
/*
* Alt Wave
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
//requires HOrbiter
void setup() {
/*
* Hex Melange
* by Yancy Way (Echophon) - twitter.com/echophons - echophon.tumblr.com
*/
//requires HYPE.pde (staging)
HDrawablePool pool;
HColorPool colors;
/*
* 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){