I just posted version 0.1.2 of the RadialSlider online. This update fixes some of the performance problems of the earlier versions. I moved from the single touch mouse events to multitouch "Touch FrameReported" way of handling the slider dragging. This seems to work a lot better but the control is still a little choppy.
Most of the calculations are also done on a separate thread to avoid halting the UI-thread.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just posted version 0.1.2 of the RadialSlider online. This update fixes some of the performance problems of the earlier versions. I moved from the single touch mouse events to multitouch "Touch FrameReported" way of handling the slider dragging. This seems to work a lot better but the control is still a little choppy.
Most of the calculations are also done on a separate thread to avoid halting the UI-thread.