Hacker News new | ask | show | jobs
by bambax 495 days ago
There is an implementation of that algorithm in JS by Raymond Hill (of uBlock Origin fame):

https://github.com/gorhill/Javascript-Voronoi

I toyed with it here to have it move:

https://animations.adgent.com/voronoi.html

1 comments

Your animation reminded me of the style used in A Scanner Darkly (2006)

I wonder if it's possible to use video as an input to an algorithm that displays using Voronoi? Probably at that point it wouldn't be a Voronoi diagram, but it might look cool :)

The technique used in A Scanner Darkly is called rotoscoping, btw.