Distance based connection animations

Publicado 2015-06-28
This project works by generating a number of points with lists. Every frame, the project computes the distance from each point to every other point (which is why it is sooo slooooowww). If the distance is less than a certain amount, a line is drawn connecting the two.