cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.57k stars 90 forks source link

Moveable/Floating Panes #88

Closed tscritch closed 4 years ago

tscritch commented 4 years ago

Hey I've been looking for something like this! Great work!

I had a question/possible enhancement. With IMGUI you can move the panes around freely and dock them. Do you have the ability to move the panes around right now? If not I would love to help add that!

cocopon commented 4 years ago

Thank you!

Tweakpane has an option container to specify its parent element and users can locate the pane to anywhere with that option. So I think a position of the pane is out of scope of the library.

tscritch commented 4 years ago

Ok no worries! That makes sense. Thanks for the response!