-
-
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
Wrong UI camera fix
A-Camera
User-facing camera APIs and controllers.
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
Remove Default constraint from blanket Template impl
A-Scenes
Composing and serializing ECS objects
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
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
Render phase changes
A-Rendering
Drawing game state to the screen
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
Resolve memory leaks in tests reported by miri
A-Build-System
Related to build systems or continuous integration
A-ECS
Entities, components, systems, and events
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
Fix crash when adding ContactShadows to a camera at runtime
#24977
opened Jul 13, 2026 by
voidreamer
Loading…
Add warn_once to wgpu backend once case and add regression test
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
#24976
opened Jul 13, 2026 by
rewin123
Contributor
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
pcss example to use FeathersRadio
A-UI
#24974
opened Jul 13, 2026 by
kfc35
Contributor
Loading…
Fix bugs with remote entity allocation
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
D-Unsafe
Touches with unsafe code in some way
P-Unsound
A bug that results in undefined compiler behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24972
opened Jul 13, 2026 by
ElliottjPierce
Contributor
Loading…
Fix occasional flickering by ensuring that each invocation of the indirect parameters building shader only writes to the batch range it's supposed to.
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#24971
opened Jul 13, 2026 by
pcwalton
Contributor
Loading…
Full contextual theming
A-UI
Graphical user interfaces, styles, layouts, and widgets
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
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-Needs-SME
This type of work requires an SME to approve it.
#24969
opened Jul 12, 2026 by
viridia
Contributor
Loading…
fix(tab_navigation): skip hidden subtrees during focusable gathering
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
Allow
ImageNode with a texture atlas to be construct in BSN, fixes #24889
#24965
opened Jul 12, 2026 by
bitblocks-dev
Loading…
Remove bevy_camera dependency from bevy_world_serialization
A-Scenes
Composing and serializing ECS objects
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
fix: document post_process_write ordering, fix HDR example
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#24961
opened Jul 12, 2026 by
Functionhx
•
Draft
Fix: Add warning for meshes with no vertices in Drawing game state to the screen
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-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
MeshAllocator
A-Rendering
#24960
opened Jul 12, 2026 by
Tatsuya0330
Loading…
Make Ctrl+C plugin instant for reactive apps
A-App
Bevy apps and plugins
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
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
#24959
opened Jul 12, 2026 by
kristoff3r
Contributor
Loading…
Fix parallel render graph
A-Rendering
Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
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
Solari: Add BLAS/TLAS build GPU spans
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
#24955
opened Jul 11, 2026 by
JMS55
Contributor
Loading…
Fix GPU-clustered decals vanishing at steep camera pitch
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24954
opened Jul 11, 2026 by
Ijtihed
Loading…
Add Okhwba color space
A-Color
Color spaces and color math
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
#24950
opened Jul 11, 2026 by
tmstorey
Contributor
Loading…
Add Load files from disk to use for things like images, models, and sounds
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-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#[serde(default)] support to GltfLoaderSettings
A-Assets
#24948
opened Jul 11, 2026 by
Tatsuya0330
Loading…
Limited contextual theming
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
X-Contentious
There are nontrivial implications that should be thought through
#24947
opened Jul 11, 2026 by
viridia
Contributor
Loading…
FromTemplate derive macro visibility change
A-Scenes
Composing and serializing ECS objects
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24941
opened Jul 10, 2026 by
alphadragon2
Loading…
Add Drawing game state to the screen
A-Utils
Utility functions and types
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Unsafe
Touches with unsafe code in some way
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
AlignedVec and use it to improve ShaderBuffer
A-Rendering
#24938
opened Jul 10, 2026 by
beicause
Member
Loading…
Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7
C-Dependencies
A change to the crates that Bevy depends on
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
#24937
opened Jul 10, 2026 by
dependabot
Bot
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2026-06-13.