Mathematica seems to support no "rotation slider" Control which might be used, for instance, in setting an angular direction ($0 \leq \theta \leq 2 \pi$) on a plane. I couldn't find one in the documentation. One can constrain a Slider2D to have a unit length, so that the resulting slider performs as I need, but that seems kludgy and the interface inelegant and non-obvious.
Is there any code creating what we might call a SliderAngle or equivalent, with nice graphics that can be scaled, colored, and such? We should be able to "wind up" the control... that is continually increase the angle clockwise or counterclockwise through multiple revolutions.




Experimental`AngularSlider? – kglr Jan 26 '24 at 07:39NotebookTools`AngularSliderTest[]to play with features ofExperimental`AngularSlider– kglr Jan 26 '24 at 07:46Control(like a Slider or Slider2D). Can you post a minimalManipulatethat rotates a vector using this new slider? Regardless, my recommendation to WRI: incorporate such a true Control into the next release—it would be very useful. – David G. Stork Jan 26 '24 at 07:57