Skip to content

Instantly share code, notes, and snippets.

View resophonic's full-sized avatar

Simon Remiszewski resophonic

View GitHub Profile

Keybase proof

I hereby claim:

  • I am resophonic on github.
  • I am resophonic (https://keybase.io/resophonic) on keybase.
  • I have a public key whose fingerprint is 7685 677C 6112 0447 FD71 B271 10C8 1992 9E2B 9AFE

To claim this, I am signing this object:

@resophonic
resophonic / cluster.pde
Created October 18, 2012 19:44
cluster_v1
import toxi.geom.*;
import toxi.geom.mesh2d.*;
import toxi.util.*;
import toxi.util.datatypes.*;
import toxi.processing.*;
// ranges for x/y positions of points
FloatRange xpos, ypos;
#define adalogo_width 300
#define adalogo_height 300
static unsigned char __attribute__ ((progmem)) adalogo[] = {
0xdf, 0xff, 0x81, 0xc1, 0xf1, 0x11, 0x38, 0xb8, 0x18, 0x18, 0x3f, 0x1f,
0x3f, 0x93, 0x93, 0x93, 0xb3, 0xf3, 0xf1, 0xf3, 0x73, 0xfb, 0x7f, 0x33,
0x3f, 0x02, 0x3f, 0x07, 0x27, 0xa3, 0xe3, 0x63, 0x63, 0x60, 0x72, 0x70,
0x3e, 0x0e, 0xdf, 0xdf, 0x81, 0x80, 0xcf, 0x83, 0x98, 0xc0, 0x80, 0xd8,
0xf9, 0xbd, 0x9d, 0x9d, 0x9f, 0x9f, 0x9f, 0x9f, 0xf3, 0xfb, 0xfb, 0xf3,
0xfb, 0x31, 0x38, 0x30, 0x39, 0x3f, 0x3f, 0x3f, 0x37, 0x37, 0x03, 0xa3,
0xf3, 0xf3, 0xf3, 0x03, 0xfe, 0xfe, 0x0c, 0x0c, 0x0e, 0x0c, 0x00, 0x80,
@resophonic
resophonic / gist:1995755
Created March 7, 2012 20:19
circlevisualizerv1
import krister.Ess.*;
FFT myfft;
AudioInput myinput;
int bufferSize=512;
void setup() {
size(500, 500);
frameRate(30);
smooth();
@resophonic
resophonic / spinningshapes_expectationv1
Created March 3, 2012 20:20
spinningshapes_expectationv1
void setup()
{
size(500, 500);
frameRate(30);
smooth();
}
void draw()
@resophonic
resophonic / antarctica_pyramids_v1
Created February 27, 2012 17:08
antarctica_pyramids_v1
import hypermedia.video.*;
import java.awt.Rectangle;
float fI;
float fO;
float fOrvs;
OpenCV opencv;
// contrast/brightness values
@resophonic
resophonic / face_detection_v3
Created February 21, 2012 20:32
SMFA12_intro2hack_face_detection_v3
import hypermedia.video.*;
import java.awt.Rectangle;
float fI;
float fO;
float fOrvs;
OpenCV opencv;
// contrast/brightness values