-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issues: bevyengine/bevy
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Adding context menu example
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Docs
An addition or correction to our documentation
C-Examples
An addition or correction to our examples
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#19245
opened May 16, 2025 by
extrawurst
Loading…
2 tasks done
Improve the Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
box_shadow
example
A-UI
#19240
opened May 16, 2025 by
ickshonpe
tab_navigation
example improvements
A-UI
#19239
opened May 16, 2025 by
ickshonpe
Loading…
Adding interaction states for headless widgets.
A-UI
Graphical user interfaces, styles, layouts, and widgets
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#19238
opened May 16, 2025 by
viridia
Loading…
Bevy Standard Widgets
A-Accessibility
A problem that prevents users with disabilities from using Bevy
A-Editor
Graphical tools to make Bevy games
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
C-Tracking-Issue
An issue that collects information about a broad development initiative
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
M-Needs-Release-Note
Work that should be called out in the blog due to impact
New cooldown example
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19234
opened May 16, 2025 by
NiklasEi
Loading…
1 task done
Navigate through TabGroups in order.
A-Input
Player input via keyboard, mouse, gamepad, and more
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19218
opened May 15, 2025 by
FlippinBerger
Loading…
Explanation for the 'game menu' example
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Docs
An addition or correction to our documentation
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#19214
opened May 15, 2025 by
fallible-algebra
Loading…
Diegetic UI example
A-Picking
Pointing at and selecting objects of all sorts
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
Extract common UI shader code from Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
ui.wgsl
for reuse in custom materials
A-Rendering
#19165
opened May 10, 2025 by
djeedai
Unintuitive Tab Navigation Order
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Docs
An addition or correction to our documentation
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
#19156
opened May 10, 2025 by
jansenMurphy
use Children::spawn and SpawnIter/Spawn in ui/box_shadow.rs
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#19128
opened May 8, 2025 by
ChristopherBiscardi
Loading…
Naive clipboard support
A-Editor
Graphical tools to make Bevy games
A-UI
Graphical user interfaces, styles, layouts, and widgets
A-Utils
Utility functions and types
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Controversial
There is active debate or serious implications around merging this PR
#19106
opened May 6, 2025 by
ickshonpe
Loading…
Dependency coupling between widgets and input focus
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#19057
opened May 4, 2025 by
alice-i-cecile
1-frame hover delay on newly-spawned entities
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#19050
opened May 4, 2025 by
benfrankel
UI render graph setup refactor
A-Rendering
Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18983
opened Apr 29, 2025 by
ickshonpe
Loading…
UI picking doesn't support rotated and scaled elements
A-Picking
Pointing at and selecting objects of all sorts
A-Transform
Translations, rotations and scales
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
#18930
opened Apr 25, 2025 by
ickshonpe
Responsive translation support for UI nodes
A-Transform
Translations, rotations and scales
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
#18929
opened Apr 25, 2025 by
ickshonpe
Scroll list with clickable items on mobile
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
#18923
opened Apr 24, 2025 by
Maksych
add #[serde(default)] to Node (and, perhaps other similar structs)
A-Cross-Cutting
Impacts the entire engine
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18883
opened Apr 19, 2025 by
CupOfTeaJay
Loading…
UI Node with absolute position seems to be incorrectly scaled
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#18877
opened Apr 18, 2025 by
rongcuid
Unexpected extra blank space
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#18764
opened Apr 8, 2025 by
lomirus
The UI Button example should support accessibility
A-Accessibility
A problem that prevents users with disabilities from using Bevy
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
#18760
opened Apr 8, 2025 by
ickshonpe
Enable accessibility features for the button example
A-Accessibility
A problem that prevents users with disabilities from using Bevy
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#18749
opened Apr 7, 2025 by
ickshonpe
Loading…
Previous Next
ProTip!
no:milestone will show everything without a milestone.