#8 Flip Flop & Processing

Flip Flop & Processing

Flip Flop & Processing

Flip Flop & Processing For this project, I was experimenting with learning the Processing program. This is a small sketch…
Processing

Processing

Create a shape for later cutting or printing:   Code: //Import librarie import org.philhosoft.p8g.svg.P8gGraphicsSVG; //Define an SVG object P8gGraphicsSVG svg;…
Flip Flop

Flip Flop

Things you will need: Processing Program plexi glass laser cutter   1) make the processing sketch, The code I used…
Medusa.

Medusa.

  [caption id="attachment_1685" align="alignnone" width="298"] t medusa: as the myth of the rock snake woman[/caption]       cables connectect…
Flip flopping, in all things.

Flip flopping, in all things.

Step one: write a code in Processing.   Plain text is here: //Import librarie import org.philhosoft.p8g.svg.P8gGraphicsSVG; //Define an SVG object…
Processing// Lasercut

Processing// Lasercut

Processing code printed on Plexi Glass Created code on processing: ArrayList<Agent> agents; //Import librarie import org.philhosoft.p8g.svg.P8gGraphicsSVG; //Define an SVG object…
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,…
1 of 2
12