Posts by: Nikoletta Mitsopoulou

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,…