Connected Dots - 100% pen

543
0
Published 2022-01-24
Code by @heldlaw, 2022-01-24.

This project is a remake of a cool animated wallpaper I saw today on somebody's Windows desktop. Credits to whoever came up with the idea to let some dots float around and connect close neighbors; it's wonderful.

One day after sharing this project, I discovered there were already a few dozen similar Scratch projects. Examples:
https://scratch.mit.edu/projects/453987175/
https://scratch.mit.edu/projects/520901590/
https://scratch.mit.edu/projects/527443777/
https://scratch.mit.edu/projects/539151831/
https://scratch.mit.edu/projects/556028945/
https://scratch.mit.edu/projects/605942743/
https://scratch.mit.edu/projects/725343053/
https://scratch.mit.edu/projects/750285088/
https://scratch.mit.edu/projects/859122741/

BUGS
Slow for high number of dots. No smart optimizations; N dots take O(N²) calculations.