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

Default edit ui should be provided automatically for trivial types #6974

Open
Wumpf opened this issue Jul 24, 2024 · 0 comments
Open

Default edit ui should be provided automatically for trivial types #6974

Wumpf opened this issue Jul 24, 2024 · 0 comments
Labels
📺 re_viewer affects re_viewer itself ui concerns graphical user interface

Comments

@Wumpf
Copy link
Member

Wumpf commented Jul 24, 2024

Many types are just variants of enums, floats or integers. It shouldn't be necessary to manually add editors for all of these!

Note however, that we always want a way to override them. For instance floats often have various valid ranges (affecting ui clamp) or preferred ranges (affecting ui speed), so it's important that a "auto ui" is never locking us in to anything!

@Wumpf Wumpf added ui concerns graphical user interface 📺 re_viewer affects re_viewer itself labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📺 re_viewer affects re_viewer itself ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

1 participant