Skip to content

Feathers color widgets #19984

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

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Feathers color widgets #19984

wants to merge 19 commits into from

Conversation

viridia
Copy link
Contributor

@viridia viridia commented Jul 6, 2025

Objective

Adds color swatch and color slider widgets to Bevy Feathers.

Showcase

color-sliders

@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets S-Blocked This cannot move forward until something else changes labels Jul 6, 2025
@alice-i-cecile alice-i-cecile added C-Feature A new feature, making something new possible M-Needs-Release-Note Work that should be called out in the blog due to impact labels Jul 6, 2025
@alice-i-cecile
Copy link
Member

This needs shader support for at least HSL / HSV color spaces before I am willing to merge this. That should be done in another PR, hence S-Blocked.

@alice-i-cecile
Copy link
Member

#12939 is related and may help.

@viridia
Copy link
Contributor Author

viridia commented Jul 6, 2025

We just need to hook that up to ColorGradient, specifically the interpolation space enum.

@viridia
Copy link
Contributor Author

viridia commented Jul 6, 2025

@ickshonpe Thoughts? (on the gradients part of it.)

@ickshonpe
Copy link
Contributor

ickshonpe commented Jul 6, 2025

@ickshonpe Thoughts? (on the gradients part of it.)

Bashed out hsl + hsv support out at #19992 very quickly, it's just rough but you can try it out here I guess see if it's acceptable.

@ickshonpe
Copy link
Contributor

#12939 is related and may help.

😓 should have checked if we had these already before I started all these PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible M-Needs-Release-Note Work that should be called out in the blog due to impact S-Blocked This cannot move forward until something else changes
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants