Over the years I've used Codepen for graphics, code snippets and experiments; this is a collection of some of those projects.
Objective
I often want to try to visualize something in code that doesn't justify its own repo, where webpack et al are overkill.
I've ended up using codepen for many of these, and wanted to document them here.
Most use HTML5 Canvas using a single <canvas> element. Where possible I don't use libraries and just write vanilla JS. The notable exceptions for libraries is three.js and some code from Bit-101 that generates a perlin noise map.
Some of these are application-like but generally they're just creating imagery with code.
There are a bunch of different codepen files up there so you sort of have to wade through to find these but they're all up there. Link Here