Skip to content
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

Knob widgets #567

Open
theoparis opened this issue Jul 20, 2023 · 2 comments
Open

Knob widgets #567

theoparis opened this issue Jul 20, 2023 · 2 comments

Comments

@theoparis
Copy link

I would love to use nuklear over imgui but nuklear is unfortunately lacking knob/dial widgets. I have no idea how I would implement one myself.

I came across this issue but its on the old, deprecated repository with no progress: vurtun/nuklear#841

@RobertAlbus
Copy link

I second this. Knobs would be a huge value-add for me.

@Ryder17z
Copy link
Contributor

Part of the knob code would be fairly simple:
If hovering over the knob element, listen for input events: keyboard UP/DOWN and scrollwheel.

As for dragging, that's harder to implement, but is kinda necessary to have a functional knob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants