Show HN: Creating flowing particle animations out of images (JS and WebGL)(particular-drift.netlify.app)
particular-drift.netlify.app
Show HN: Creating flowing particle animations out of images (JS and WebGL)
https://particular-drift.netlify.app/
1 comments
This runs smoothly even on mobile — nice work. WebGL is very neat.
I’ll be exploring your repo, thanks for sharing!
I’ll be exploring your repo, thanks for sharing!
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.
It uses Sobel edge detection, a Perlin noise flow field, and webGL / GLSL for better performance.
The tool is completely free and open source (MIT license).
Github repo: https://github.com/collidingScopes/particular-drift
Let me know of any feedback or suggestions for improvement.