This is a repository of generative graphics examples produced with p5.js. All images are plotted in browser and can be saved as SVG. The examples provided may copy or utilize publicly available code. Inspirations mostly include Johan Karlsson works (GitHub).
MIT License.
Open any of the provided HTML files in a browser, change the parameters in corresponding js file if necessary. SVG files can be saved unless the following lines of code in each corresponding js file are commented out:
svg = new p5(sketch, "svg_image");
svg.type = "SVG";
These examples correspond to the code which is either partially or fully original.