Webcam trails
This demo applies per-texture history to the webcam itself, then accumulates several delayed samples into a soft echo trail. It uses createFullscreenCanvas, autosize, and helpers so the shader can use fitCover and historyZ without extra setup.
The eased frame offsets keep the newer echoes tighter and the older ones farther apart, so motion feels smeared instead of simply repeated.