Move a number of dots around, and connect them if they are too close together, thus creating an ever changing colorful network of dots and lines.
Color modes:
Not random:
-Each node has a color of it's own chosen randomly from predefined colors.
-Each connection gets it's color by averaging the colors of the two nodes.
Random:
-Each node gets a random color
-Each connection's color is calculated from the two nodes' x and y position and their distance
The random colormodes for the nodes and the links can be toggled by changing the randomNodeColors and the randomLinkColors variables