ui icon indicating copy to clipboard operation
ui copied to clipboard

Encoder/Endless Dial

Open faroit opened this issue 7 years ago • 3 comments

First, NexusUI is great! Awesome work 👍

I'd like to have a Dial Element that is endless, basically a rotary encoder that outputs the delta increment/decrement step values.

Would this be interesting?

faroit avatar Jul 15 '17 10:07 faroit

Nice idea @faroit ! Yea, trying to think of scope here and how to manage stuff like this. I've heard several great ideas for other interfaces. I might create an extension package that is sort of like 'experimental' interfaces to try out lots of other ideas, but there could be less of a guarantee for those.

taylorbf avatar Jul 16 '17 00:07 taylorbf

You could accomplish this in your dial configuration by having your the dial 'wrap around' to its starting value using a modulo operator whenever it reaches a particular value, as in this animated dial: https://codepen.io/mscottnelson/pen/wpKzog?editors=0010#0

mscottnelson avatar Dec 15 '17 19:12 mscottnelson

I should not have closed this issue. There may be a way to leverage dial.value to get the use case you are looking for until a new dial mode can be introduced.

mscottnelson avatar Dec 15 '17 20:12 mscottnelson