Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewrice
4161 days ago
Reminds me a bit of "trianglify", a low-poly background generator built on d3.js:
https://github.com/qrohlf/trianglify
1 comments
nbartlomiej
4161 days ago
I've tried d3.js, but decided to go with iron wallaby's delaunay (
https://github.com/ironwallaby/delaunay
) implementation for performance reasons. The difference was especially visible when working with photos.
link