This was an attempt at creating an interface that would “spin” the users drawing around a defined object. I drew inspiration from the way a spider spins silk around it’s prey.

Issues

1.Colors get distorted at the top and bottom of the shape.  I think this has to do with how colors are randomized and limited.

2.I tried adding lighting to the object, but because it is made out of lines, the shadows dont work very well.  If I were to continue work on it, I would like to try drawing shapes instead of lines. Doing so would allow me to outline the shapes with a different color, making each “stroke” more visible.

3. controlP5 fails to work on some of the sliders when the sketch is placed online.  I think this is how it handles bindings in regards to functions and variables.