P5js to SVG (almost)

Hi all,

the last few days i've been struggling to create a website that exports a generative artwork directly to my server as an .SVG.

This works! working example of my website: fiftylab.be/paradisebirds

except ... it is only supported up to p5.js 0.4.5. in my new example, I need functionality of the newer versions of p5.js : fiftylab.be/littlerascals This example seemingly works, but the exported .svg is empty. everything, except the p5.js version (and off course the sketch) is the same.

my question is: do any of you know how to update the p5.svg file of the example of Rune Madsen to work with the newer versions of p5.js ?

Sign In or Register to comment.