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

Create parameter groups and "important" parameters in nightgraph-ui #28

Open
kneitinger opened this issue Nov 12, 2021 · 0 comments
Open
Labels
enhancement New feature or request ui Items related to `nightgraph-ui`

Comments

@kneitinger
Copy link
Owner

When using many parameters in a sketch, the UI's parameter tab can get a bit cluttered. To relieve this,

it would be nice to allow parameters to be grouped, for example the parameters for a sine wave being next to each other and padded from others with a separator...or even all of them being in an egui CollapsingHeader

Even easier, it would be helpful to allow parameters to be tagged as important (or some similar and shorter word) and appear in the parameter panel as bold text

#[param(default = 3, important)]
sine_wave_count: u32
@kneitinger kneitinger added the ui Items related to `nightgraph-ui` label Nov 12, 2021
@kneitinger kneitinger added this to To do in First solid release 💜 via automation Nov 12, 2021
@kneitinger kneitinger added enhancement New feature or request ui Items related to `nightgraph-ui` and removed ui Items related to `nightgraph-ui` labels Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Items related to `nightgraph-ui`
Projects
Development

No branches or pull requests

1 participant