Hi! I'm Alan, and I built a website that turns images into flowing particle animations.<p>This javascript / WebGL tool creates particle animations out of any image in real-time within the browser, with particles that dynamically respond to edge detection and flow fields.<p>It uses Sobel edge detection, a Perlin noise flow field, and webGL / GLSL for better performance.<p>The tool is completely free and open source (MIT license).<p>Github repo: <a href="https://github.com/collidingScopes/particular-drift">https://github.com/collidingScopes/particular-drift</a><p>Let me know of any feedback or suggestions for improvement.