Collatz Corals

see on GitHub >
compute collatz arrays from to , then draw lines pt long and pt wide.



at each operation, turn degrees if the operation is 3x+1, or turn if the operation is x/2.



color each line with the values
hue
saturation
value

available variables for HSV --
%step: current step
%value: current numerical value
%op: current operation (1: 3x+1, 2: x/2)

ready