-
-
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
bevy_color: LinearRec2020, primaries module, HDR-safe clamps
#25373
opened Aug 12, 2026 by
stuartparmenter
Contributor
Loading…
Label component uniform buffers with their component type name
#25372
opened Aug 12, 2026 by
stuartparmenter
Contributor
Loading…
Add the Zero-Day large-scene example
#25371
opened Aug 11, 2026 by
stuartparmenter
Contributor
Loading…
Fix incorrect Fundamental domain-agnostic mathematical operations
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
X-Uncontroversial
This work is generally agreed upon
Mesh2d world normal and tangent computation
A-Math
Fix spot light degenerate outer angle
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
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
Update spin requirement from 0.10.0 to 0.12.2
A-Utils
Utility functions and types
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25364
opened Aug 11, 2026 by
mnmaita
Member
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
wireframe_2d to use FeathersRadio
A-UI
#25362
opened Aug 11, 2026 by
Tatsuya0330
Contributor
Loading…
Solari: Add mirror test bed
A-Rendering
Drawing game state to the screen
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
#25359
opened Aug 11, 2026 by
JMS55
Contributor
Loading…
Disable SSAO for meshes without depth writes
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
#25358
opened Aug 10, 2026 by
venhelhardt
Contributor
Loading…
[Draft/RFC] Add angular ray bias to ContactShadows to fix steep slope artifacts
A-Rendering
Drawing game state to the screen
C-Refinement
Improves output quality, without fixing a clear bug or adding new functionality.
D-Shaders
This code uses GPU shader languages
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25355
opened Aug 10, 2026 by
Affinator
Loading…
Remove redundant initialization in Entities, components, systems, and events
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
Table::allocate
A-ECS
#25353
opened Aug 10, 2026 by
JaySpruce
Member
Loading…
Asynchronously get Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Async
Deals with asynchronous abstractions
O-Web
Specific to web (WASM) builds
S-Blocked
This cannot move forward until something else changes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
ShaderModule creation result and compilation info
A-Rendering
#25352
opened Aug 10, 2026 by
beicause
Member
Loading…
Mark ReflectRemote as unsafe trait
A-Reflection
Runtime information about types
C-Bug
An unexpected or incorrect behavior
D-Unsafe
Touches with unsafe code in some way
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25351
opened Aug 10, 2026 by
yilin0518
Contributor
Loading…
Migrate An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
light_gizmos to use FeathersRadio and FeathersSlider
C-Examples
#25346
opened Aug 10, 2026 by
Tatsuya0330
Contributor
•
Draft
Enable MSAA with OIT
A-Rendering
Drawing game state to the screen
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
#25345
opened Aug 10, 2026 by
cormacrelf
Loading…
Flat Pointer Events
A-Picking
Pointing at and selecting objects of all sorts
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Contentious
There are nontrivial implications that should be thought through
Fix fog volumes disappearing when the camera is within near-plane distance of the volume
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
Deprecate 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
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
FilteredResources and similair structs
A-ECS
#25331
opened Aug 7, 2026 by
Trashtalk217
Contributor
Loading…
Mark all Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Components as changed when a disabling Component is removed
A-ECS
#25330
opened Aug 7, 2026 by
LeandroVandari
Contributor
Loading…
Update spin requirement from 0.10.0 to 0.12.2
C-Dependencies
A change to the crates that Bevy depends on
#25324
opened Aug 7, 2026 by
dependabot
Bot
Loading…
Update base64 requirement from 0.22.0 to 0.23.0
C-Dependencies
A change to the crates that Bevy depends on
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25323
opened Aug 7, 2026 by
dependabot
Bot
Loading…
Update tera requirement from 1.15 to 2.1
A-Build-System
Related to build systems or continuous integration
C-Dependencies
A change to the crates that Bevy depends on
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Adopt-Me
The original PR author has no intent to complete this work. Pick me up!
#25322
opened Aug 7, 2026 by
dependabot
Bot
Loading…
Split benchmarks with features to allow avoiding unnecessary compilation
A-Build-System
Related to build systems or continuous integration
C-Benchmarks
Stress tests and benchmarks used to measure how fast things are
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25321
opened Aug 7, 2026 by
JaySpruce
Member
Loading…
Fix SSAO depth sampling for cameras with Some(Viewport)
A-Camera
User-facing camera APIs and controllers.
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
#25319
opened Aug 7, 2026 by
venhelhardt
Contributor
Loading…
BSN Syntax Improvements
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
M-Release-Note
Work that should be called out in the blog due to impact
S-Blocked
This cannot move forward until something else changes
Previous Next
ProTip!
What’s not been updated in a month: updated:<2026-07-11.