A circle of points connected by springs. They are constrained to a slowly growing circle. When they get too far from their neighbors, they split. Each point leaves a line behind as it moves.
Log in to post a comment.
const RAD_INITIAL = 10;const RAD_FINAL = 90;