We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, i'm working with a processing made g-code sender for a 2d machine. To keep trace of the evolving drawing, i have a thread updating a PGraphics, adding a new line on the existing raster each time that a movement command is sent to the machine. The PGraphics is then represented on the main applet each time there is a redraw(); Would be faster working with a svg maybe, adding each time a new segment? Thanks
Answers
SVG is probably slower, but in all cases, difference in performance shouldn't be perceptible.