Skip to main content
4 min

The Creative Demos Collection

37 interactive generative art experiments. p5.js, Canvas 2D, WebGL. No build step required. Open, explore, remix.

CreativeGenerative ArtCreative CodingCollection

The Creative Demos Collection

A living archive of 37 interactive generative art experiments. Each demo is a standalone HTML file — no build step, no dependencies beyond a CDN link to p5.js or raw Canvas 2D.

The Philosophy

These demos are built on a simple principle: the artifact should be inspectable. Open the file, read the code, change a number, reload. The creative coding pipeline is: idea → code → render → publish.

The Full Collection

Browse all 37 demos at edgelesslab.com/creative.

Technical Notes

Most demos are built with p5.js 1.9.0. A few use raw Canvas 2D or WebGL. All are self-contained in a single HTML file. The only external dependency is the p5.js CDN link.

The demos are served from /creative-demos/ as static files. No server-side rendering, no build step, no framework. Just HTML, CSS, and JavaScript.

Remixing

Every demo is readable. Open the HTML file, scroll to the script tag, and modify the constants. The code is not minified or bundled. It is designed to be read.

Related Posts