NVIDIAGameWorks / NVIDIAGameWorks/rtx-remix
[Toolkit feature]: ColorField - Apply new color on edit without having to close the widget
@sambvfx is already working on this.
Since May 3, 2024.
- Dominant language
- No language data
- Stars
- 1.7k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Contact Details (Optional)
No response
What is the context of the feature/improvement?
Color values editable via the colorfield widget only update upon closing the colorfield widget. So in order to see a change, one has to click anything but the widget to close it -> see the change -> open colorfield to further change the value
Please describe the feature/improvement?
Automatically update / apply the underlying color value on each edit without having to close the widget (maybe with a slight delay)
What would be your solution? (optional)
The underlaying gui framework (ImGui) should be able to return true on each modification to ImGui::ColorEdit to trigger whatever logic is necessary to update or apply the color value
Version
2024.3.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.