-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
update homebrew fomula in
config_fast_builds.toml (llvm -> lld)
#25217
opened Jul 29, 2026 by
sam-kirby
Contributor
Loading…
Avoid Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Docs
An addition or correction to our documentation
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
X-Contentious
There are nontrivial implications that should be thought through
Entity::PLACEHOLDER in tests and documentation
A-ECS
#25216
opened Jul 29, 2026 by
greeble-dev
Contributor
Loading…
Remove redundant words
A-ECS
Entities, components, systems, and events
C-Docs
An addition or correction to our documentation
D-Domain-Agnostic
Can be tackled by anyone with generic programming or Rust skills
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
#25212
opened Jul 28, 2026 by
ItsDoot
Contributor
Loading…
Make Graphical user interfaces, styles, layouts, and widgets
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-Needs-SME
This type of work requires an SME to approve it.
bevy_feathers a Default Feature
A-UI
Reextract texture sliced Drawing game state to the screen
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
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
ImageNodes on CalculatedClip removal
A-Rendering
Reextract box shadows on removal of Drawing game state to the screen
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
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
CalculatedClip
A-Rendering
MaterialNode UI testbed
A-Rendering
#25204
opened Jul 28, 2026 by
ickshonpe
Contributor
Loading…
Add settings to use merged main pass
A-Rendering
Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
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
#25203
opened Jul 28, 2026 by
beicause
Member
Loading…
Make 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
ScreenSpaceTransmission opt-in
A-Rendering
#25201
opened Jul 28, 2026 by
beicause
Member
Loading…
Add Entities, components, systems, and events
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
X-Contentious
There are nontrivial implications that should be thought through
Query::iter_many_results and _mut, _inner, _manual variants
A-ECS
#25200
opened Jul 28, 2026 by
JonasJebing
Contributor
Loading…
UIVertexArena for retained mode UI
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
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Fix debug picking overlays mutating pointer entities
A-Dev-Tools
Tools used to debug Bevy applications.
A-Picking
Pointing at and selecting objects of all sorts
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
#25189
opened Jul 27, 2026 by
0xEgao
Contributor
Loading…
Extract gradients on removal of Drawing game state to the screen
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
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
CalculatedClip.
A-Rendering
#25188
opened Jul 27, 2026 by
ickshonpe
Contributor
Loading…
MaterialNode change detection fixes
A-Rendering
Extended material 2D
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
M-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
#25183
opened Jul 27, 2026 by
cookie1170
Contributor
Loading…
Add headless tooltips and a Feathers implementation
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
M-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
#25168
opened Jul 26, 2026 by
remloyal
Loading…
Migrate 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
2d_shapes to use FeathersCheckbox
A-UI
#25164
opened Jul 26, 2026 by
tevans-3
Contributor
Loading…
Fix: Added "scale all 3 axis" option for scale gizmo.
A-Dev-Tools
Tools used to debug Bevy applications.
A-Gizmos
Visual editor and debug gizmos
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-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
Add Capsule, Hemisphere/Hemiellipsoid, and Ellipsoid as 3D Gizmos
A-Gizmos
Visual editor and debug gizmos
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
X-Contentious
There are nontrivial implications that should be thought through
#25158
opened Jul 25, 2026 by
SolidStateDj
Loading…
WIP: Optionally track changes on a per-column basis so that clients of contiguous iteration can efficiently skip entire tables.
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
C-Performance
A change motivated by improving speed, memory usage or compile times
M-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Simplified, always enabled Graphical user interfaces, styles, layouts, and widgets
C-Code-Quality
A section of code that is hard to understand or change
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Needs-SME
This type of work requires an SME to approve it.
GhostNodes implementation
A-UI
#25155
opened Jul 24, 2026 by
ickshonpe
Contributor
Loading…
Change Graphical user interfaces, styles, layouts, and widgets
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
M-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
Pressed to be a newtype bool to take advantage of Change Detection
A-UI
#25154
opened Jul 24, 2026 by
kfc35
Contributor
Loading…
Bump actions/setup-java from 5.2.0 to 5.6.0
C-Dependencies
A change to the crates that Bevy depends on
#25148
opened Jul 24, 2026 by
dependabot
Bot
Loading…
Bump actions/cache/save from 5.0.5 to 6.1.0
C-Dependencies
A change to the crates that Bevy depends on
#25147
opened Jul 24, 2026 by
dependabot
Bot
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.