Skip to content
All projects

Pixel

A p5.js visualization that deconstructs images into animated pixels — part art experiment, part lesson in how images actually work.

p5.js creative coding

Built with: p5.js · JavaScript

Every image is just a grid of colored numbers. Pixel takes an image apart and lets the individual pixels fly, swarm and reassemble — a creative coding experiment about the atoms of digital images.

It samples the image with p5.js, turns each sample into a particle, and animates thousands of them at 60fps with some careful batching.