-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request #2
Comments
I don't know if it's simple. Could you have an Quick sketch (even paint) to understand? Particulary for the range. Could you describe a usecase? |
I realized that I dont need a function that returns the intersection points - the touch range will never go outside the circle anyway. just need a circle drawn in the range box :) |
I think for the first one that will be another widget like: |
yes - exactly :) |
Excellent widget set! I have a simple feature request.
For Slider 2d, I'd like to have a circle constraint on the center point. Draw a circle on the slider box and constrain the slider point inside the bounds of the circle.
Also for the range widget I'd also like the option of having a circle drawn inside the box. But no constraints on the range rect - I'd like a function that returns the intersection points between the range rect and circle.
The text was updated successfully, but these errors were encountered: