cocopon / tweakpane

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

description panel #372

Closed rexmalebka closed 2 years ago

rexmalebka commented 2 years ago

Hello

is there a way to create a "description" panel, for example for a help section or credit section

I was thinking on addMonitor with strings, but I think it's not the right way to solve it.

cocopon commented 2 years ago

Hello. There is no way to create such a component. You can use a text monitor as you said, but this is not the intended use.

You can also create your own description component with the plugin system: https://cocopon.github.io/tweakpane/plugins.html