-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Description
What problem does this solve or what need does it fill?
There are a lot of UI examples now, which makes it harder for users to find specific examples relevant to their work.
What solution would you like?
Sort the UI examples into categories and move them into sub directories.
We already have a "navigation" sub dir.
For others, I'd suggest ones like:
- "text" for text and font specific examples
- "layout" for the grid and flex layout examples
- "images" for examples using images and texture atlases with
ImageNode - "scroll_and_overflow" for the scrolling, scrollbars, and clipping examples
and so on.
Some larger examples that span multiple categories could remain in the parent ui dir.
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!