/QuadTree-Demo

Dots connected to the 3 closest neighbors, using a QuadTree for performance

Primary LanguageTypeScript

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.