Posts by: nevon442

Processing/SVG/Illustrator/Laser Etch

Processing/SVG/Illustrator/Laser Etch

The following is the Processing sketch saved as SVG. import org.philosoft.p8g.svg.P8gGraphicsSVG; P8gGraphicsSVG svg; void setup() { size(1000, 1000); svg=(P8gGraphicsSVG) createGraphics(width,…
Tweet Processing Sketch

Tweet Processing Sketch

Nitzan Nevo 128 character processing sketch -- void setup(){}void draw (){ background(mouseX, mouseY, 0); ellipseMode(CENTER); fill(255,0,0); ellipse(mouseX, mouseY, 30, 30);}
Thermochromic Heart

Thermochromic Heart

Create a thermochromic heart by following these steps: 1. Tape down to the back side of thermochromic paper, a design…
Origami Bat Paper Circuit

Origami Bat Paper Circuit

The following youtube video demonstrates how to create an origami bat: Cómo hacer un murciélago de papel After creating the…
Headband Music Player

Headband Music Player

The headband consists of three pressure sensors which control pause/play, increase volume, and decrease volume. IMG_0569   The circuit board…
Bracelet Pressure Sensor

Bracelet Pressure Sensor

Materials: two regular fabric pieces length of wrist, one isolator fabric, two pieces conductive fabric, conductive thread, two buttons, regular…