-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Build the skybox ray from the main pass viewport
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25604
opened Aug 30, 2026 by
stuartparmenter
Contributor
Loading…
Updated Graphical user interfaces, styles, layouts, and widgets
C-Refinement
Improves output quality, without fixing a clear bug or adding new functionality.
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
FeathersNumberInput to show chevrons on mouse hover.
A-UI
#25602
opened Aug 30, 2026 by
Tatsuya0330
Contributor
Loading…
Implement Send/Sync non-structurally for wgpu wrapper types
A-Rendering
Drawing game state to the screen
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
UiTransform layout tests
A-UI
#25600
opened Aug 29, 2026 by
ickshonpe
Contributor
Loading…
Updated Related to the preferences and settings framework itself
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
handle_delayed_save to use Res<Time<Real>> instead of Res<Time>.
A-Settings
#25599
opened Aug 29, 2026 by
Tatsuya0330
Contributor
Loading…
panic handling cleanup
A-ECS
Entities, components, systems, and events
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
M-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Uncontroversial
This work is generally agreed upon
#25597
opened Aug 28, 2026 by
hymm
Contributor
Loading…
Replace Graphical user interfaces, styles, layouts, and widgets
C-Code-Quality
A section of code that is hard to understand or change
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
ChildBufferCache with a simpler stack allocator.
A-UI
#25593
opened Aug 28, 2026 by
ickshonpe
Contributor
Loading…
Removed unused system schedule expression
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-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25591
opened Aug 28, 2026 by
ickshonpe
Contributor
Loading…
Fix scroll offsets ignoring borders
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25589
opened Aug 28, 2026 by
ickshonpe
Contributor
Loading…
UI layout optional component regression tests
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
C-Testing
A change that impacts how we test Bevy or how users test their apps
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25588
opened Aug 28, 2026 by
ickshonpe
Contributor
Loading…
Fix empty bundle effect in Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
D-Macros
Code that generates Rust code
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Bundle derive macro
A-ECS
#25586
opened Aug 28, 2026 by
rlbxku1r
Loading…
More UI layout regression tests
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Testing
A change that impacts how we test Bevy or how users test their apps
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
#25584
opened Aug 28, 2026 by
ickshonpe
Contributor
Loading…
Update weak-table requirement from 0.3 to 0.4
C-Dependencies
A change to the crates that Bevy depends on
#25583
opened Aug 28, 2026 by
dependabot
Bot
Loading…
Update tera requirement from 1.15 to 2.2
C-Dependencies
A change to the crates that Bevy depends on
#25582
opened Aug 28, 2026 by
dependabot
Bot
Loading…
wgsl-analyzer support
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Adjust what is responsible for last_trigger_id modification and enforcement.
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
C-Code-Quality
A section of code that is hard to understand or change
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
#25580
opened Aug 27, 2026 by
rickms
Loading…
increase visibility of UnsafeWorldCell::increment_trigger_id to pub
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
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
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#25573
opened Aug 27, 2026 by
rickms
Loading…
pan_orbit_camera picking-based input plugin
A-Camera
User-facing camera APIs and controllers.
A-Editor
Graphical tools to make Bevy games
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Blocked
This cannot move forward until something else changes
S-Merge-Conflicts
Merge conflicts :( Add this label on top of other S- labels.
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
make window events observable
A-Windowing
Platform-agnostic interface layer to run your app in
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
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#25567
opened Aug 26, 2026 by
laundmo
Member
Loading…
ui testbed: first draft port mod image to bsn
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Code-Quality
A section of code that is hard to understand or change
C-Examples
An addition or correction to our examples
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#25565
opened Aug 26, 2026 by
torsteingrindvik
Contributor
•
Draft
Make fullscreen material pipeline IDs material-specific
A-Rendering
Drawing game state to the screen
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25563
opened Aug 26, 2026 by
Kyriota
Loading…
Update Documentation for SystemState Usage
A-ECS
Entities, components, systems, and events
C-Docs
An addition or correction to our documentation
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
#25558
opened Aug 26, 2026 by
CalinZBaenen
Loading…
block scene for UI testbed
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Testing
A change that impacts how we test Bevy or how users test their apps
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
#25555
opened Aug 26, 2026 by
ickshonpe
Contributor
Loading…
Document how to enable Tools used to debug Bevy applications.
C-Docs
An addition or correction to our documentation
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
RenderDebugOverlay
A-Dev-Tools
#25554
opened Aug 26, 2026 by
kiana1kaslana
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2026-08-27.