Hi everyone!
As part of GSoC 2026, I’m working on SVG Export / Import support for p5.js.
I’ve started building the export side and am looking for sketches that would make good test cases. I’m especially interested in sketches that use lots of transforms, custom shapes, interactivity, clipping, or anything else that might be tricky to represent as SVG.
A few things I’m curious about:
- If you export sketches to SVG, what do you usually do with them afterwards?
- Are there SVG features that are particularly important to your workflow?
- For interactive sketches, would you expect to export the current state of the sketch, or record drawing commands over time and export those?
- Do you use tools like plotters, Illustrator, Inkscape, laser cutters, CNC machines, or other SVG-based workflows?
If you have sketches you’d be willing to share, I’d love to take a look. OpenProcessing links, p5.js editor links, GitHub repos, or even screenshots are all helpful.
I’m also interested in hearing about workflows that might be difficult to support, or features you’d consider essential for an SVG exporter.
Feel free to share sketches that you think might break an SVG exporter those are often the most useful test cases.
Thanks!