`bevy_feathers` testbed example
Open
A-UI
C-Feature
C-Testing
S-Ready-For-Implementation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
The `bevy_feathers` crate is quite complex, making it easy to introduce subtle bugs. It can be challenging to write conventional tests for visual theming issues.
## What solution would you like?
A dedicated feathers testbed example using a variety of themes and features to help verify that styling is applied correctly.
This could be included in `testbed_ui`, but IMO it's better to keep `testbed_ui` focused on lower-level technical concerns such as layout and rendering, and have a separate testbed for Feathers-specific theming and styling.
Contributor guide
Assessment
This issue has not been assessed yet.