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,… Posted on: October 28, 2014 By: nevon442 With: 0 Comments
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,… Posted on: October 28, 2014 By: Nikoletta Mitsopoulou With: 0 Comments
Processing Experiment: long bar code For this exercise I first experimented with mouseX mouseY coordinates to create this pattern, the rectangles followed my cursor: Using… Posted on: October 27, 2014 By: helmd666 With: 0 Comments
Saving as a SVG in Processing Code: SVG to Laser Cutter Format: 1. Open SVG file (found in the processing file folder) with Illustrator. 2. Change… Posted on: October 27, 2014 By: chavl821 With: 0 Comments
Processing and Saving as a SVG – Kelsey Hutton Processing and Saving as a SVG In this post I show my several different code variations in processing and the… Posted on: October 24, 2014 By: huttk464 With: 0 Comments
Processing and Saving as an SVG Processing and Saving as an SVG. Testing out different codes: Test Code 1 Test Code 1… Posted on: October 24, 2014 By: coled978 With: 0 Comments
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);} Posted on: October 21, 2014 By: nevon442 With: 14 Comments
#8 Flip flop & Processing Processing sketch to save your draw as a SVG SavingSVG Posted on: October 21, 2014 By: debiem With: 0 Comments
Laser Cutter Illustrator file Lasered onto muslin Posted on: October 21, 2014 By: almea646 With: 0 Comments