Artisanal Tech

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,…
Saving as SVG – Processing

Saving as SVG – Processing

Code 1 in Processing: import org.philhosoft.p8g.svg.P8gGraphicsSVG; P8gGraphicsSVG svg; Particle myParticle; ArrayList<Particle> particles; void setup (){ size(500,500); 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);}
4 of 11
12345678