Skip to content

Pull requests: bevyengine/bevy

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

correct comment in async_compute example
#20550 opened Aug 13, 2025 by tomara-x Loading…
Change cursor shape for disabled widgets
#20548 opened Aug 13, 2025 by amedoeyes Loading…
Premultiplied alpha. A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Testing Testing must be done before this is safe to merge
#20545 opened Aug 13, 2025 by tychedelia Loading…
Improve error message for failed entity commands 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 X-Contentious There are nontrivial implications that should be thought through
#20544 opened Aug 13, 2025 by alice-i-cecile Loading… 0.17
Add no_std support to bevy_log A-Diagnostics Logging, crash handling, error reporting and performance analysis D-Domain-Agnostic Can be tackled by anyone with generic programming or Rust skills D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Blocked This cannot move forward until something else changes X-Uncontroversial This work is generally agreed upon
#20539 opened Aug 12, 2025 by Shatur Draft
Only regenerate text measure funcs on changes to the scale factor, not the camera or target size A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets 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
#20538 opened Aug 12, 2025 by ickshonpe Loading…
Add new ImageLoaderSettings member for loading as stacked 2d array A-Rendering 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#20536 opened Aug 12, 2025 by KirmesBude Loading…
Split up ComputedUiTargetCamera A-Camera User-facing camera APIs and controllers. 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-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Needs-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
#20535 opened Aug 12, 2025 by ickshonpe Loading…
Update morph_targets and many_foxes examples to use observers A-Animation Make things move and change over time 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-Review Needs reviewer attention (from anyone!) to move forward
#20531 opened Aug 12, 2025 by greeble-dev Loading…
Fix intra-doc link warnings A-Cross-Cutting Impacts the entire engine 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
#20530 opened Aug 12, 2025 by GuillaumeGomez Loading… 0.17
Atmosphere generated environment map lighting A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible M-Needs-Release-Note Work that should be called out in the blog due to impact S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#20529 opened Aug 12, 2025 by mate-h Loading… 0.18
Use the capacity from the entities Vec to initialize Table columns A-ECS Entities, components, systems, and events D-Trivial Nice and easy! A great choice to get started with Bevy D-Unsafe Touches with unsafe code in some way P-Unsound A bug that results in undefined compiler behavior
#20528 opened Aug 12, 2025 by james7132 Loading… 0.17
Use BlobArray and ThinColumn in ResourceData and ComponentSparseSet A-ECS Entities, components, systems, and events 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-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes D-Unsafe Touches with unsafe code in some way S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help
#20527 opened Aug 12, 2025 by james7132 Draft
2 of 3 tasks
0.18
Add release notes for meshlet BVH culling A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation
#20526 opened Aug 11, 2025 by SparkyPotato Loading… 0.17
Bump actions/download-artifact from 4 to 5 C-Dependencies A change to the crates that Bevy depends on
#20510 opened Aug 11, 2025 by dependabot bot Loading…
Update taffy requirement from 0.7 to 0.9 C-Dependencies A change to the crates that Bevy depends on S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#20509 opened Aug 11, 2025 by dependabot bot Loading…
Bump cargo-bins/cargo-binstall from 1.14.1 to 1.14.4 C-Dependencies A change to the crates that Bevy depends on
#20508 opened Aug 11, 2025 by dependabot bot Loading…
Error on unloaded ImageRenderTarget A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior M-Needs-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
#20503 opened Aug 11, 2025 by ecoskey Loading… 0.17
Release content export tool A-Meta About the project itself 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
#20500 opened Aug 11, 2025 by NthTensor Loading… 0.17
Temporarily upstream undo_2 A-UI Graphical user interfaces, styles, layouts, and widgets S-Needs-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#20489 opened Aug 10, 2025 by Zeophlite Loading… 0.18
Improve TextSpan documentation
#20484 opened Aug 9, 2025 by gwafotapa Loading…
Remove offset argument from TrackedRenderPass::set_index_buffer A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change C-Usability A targeted quality-of-life change that makes Bevy easier to use M-Needs-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
#20468 opened Aug 9, 2025 by akimakinai Loading…
Text2d TextBackgroundColor support A-Rendering Drawing game state to the screen A-Text Rendering and layout for characters C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered M-Needs-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
#20464 opened Aug 8, 2025 by ickshonpe Loading…
Text2d shadows A-Rendering Drawing game state to the screen A-Text Rendering and layout for characters C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered M-Needs-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
#20463 opened Aug 8, 2025 by ickshonpe Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.