QuadTree Demo
A Bunch of interconnected nodes. Each node is conencted to it's nearest three neighbors, and a Quadtree is used for increased performance.
Dots connected to the 3 closest neighbors, using a QuadTree for performance
TypeScript
A Bunch of interconnected nodes. Each node is conencted to it's nearest three neighbors, and a Quadtree is used for increased performance.