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

More fully type erase all pbr types from specialization A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change 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
#22408 opened Jan 7, 2026 by tychedelia Loading…
docs: adds migration guide for Assets<Mesh> retaining render_world only meshes A-Picking Pointing at and selecting objects of all sorts A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22407 opened Jan 7, 2026 by kfc35 Loading… 0.18
system_fonts example A-Text Rendering and layout for characters A-UI 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
#22403 opened Jan 6, 2026 by ickshonpe Loading…
Directional navigation now considers UiTransform rotation 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22399 opened Jan 6, 2026 by snk-git-hub Loading… 0.18
Generic font families A-Text Rendering and layout for characters D-Straightforward Simple bug fixes and API improvements, docs, test and examples 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
#22396 opened Jan 5, 2026 by ickshonpe Loading…
TextPipeline::update_buffer return with early error on degenerate scale factor A-Text Rendering and layout for characters 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22392 opened Jan 5, 2026 by ickshonpe Loading…
Fix font ID leak in TextPipeline A-Text Rendering and layout for characters 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 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
#22386 opened Jan 5, 2026 by ickshonpe Loading… 0.19
Contact Shadows A-Rendering Drawing game state to the screen 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22382 opened Jan 5, 2026 by aevyrie Loading… 0.19
Physically Based SSR A-Rendering Drawing game state to the screen C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. 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
#22379 opened Jan 4, 2026 by aevyrie Loading… 0.19
Scene entity map when saving scene A-Scenes Serialized ECS data stored on the disk 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
#22369 opened Jan 4, 2026 by molikto Loading…
clean up shader cache errors 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
#22362 opened Jan 3, 2026 by atlv24 Loading…
make webgl2 padding consistent A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22357 opened Jan 2, 2026 by atlv24 Loading…
systemstate support commands track location A-ECS Entities, components, systems, and events 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
#22353 opened Jan 2, 2026 by MushineLament Loading…
Update ratatui requirement from 0.29.0 to 0.30.0 C-Dependencies A change to the crates that Bevy depends on
#22351 opened Jan 2, 2026 by dependabot bot Loading…
Solari: Light leak reduction and stochastic WC update A-Rendering Drawing game state to the screen C-Refinement Improves output quality, without fixing a clear bug or adding new functionality.
#22348 opened Jan 2, 2026 by JMS55 Draft
Update Automatic Directional Navigation Release Notes (due to dependency rearrangement) A-UI Graphical user interfaces, styles, layouts, and widgets C-Docs An addition or correction to our documentation S-Blocked This cannot move forward until something else changes
#22344 opened Jan 1, 2026 by kfc35 Loading… 0.18
bevy_ui_debug scrollbars inset fix A-Rendering 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22343 opened Jan 1, 2026 by ickshonpe Loading… 0.19
Reorganize some of bevy_reflect's exports into their respective modules A-Reflection Runtime information about types 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-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22342 opened Jan 1, 2026 by LikeLakers2 Loading… 0.19
Add render diagnostic functions for reading from a buffer A-Diagnostics Logging, crash handling, error reporting and performance analysis A-Rendering Drawing game state to the screen 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it X-Uncontroversial This work is generally agreed upon
#22326 opened Dec 31, 2025 by JMS55 Loading… 0.19
Per entity render pass exclusion (part 1 of 2) A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Controversial There is active debate or serious implications around merging this PR
#22316 opened Dec 30, 2025 by rlneumiller Loading…
perf: remove an unnecessary buffer copy from WASM asset loading pipeline A-Assets Load files from disk to use for things like images, models, and sounds C-Performance A change motivated by improving speed, memory usage or compile times S-Blocked This cannot move forward until something else changes
#22310 opened Dec 30, 2025 by joseph-gio Loading…
1 task
Parallel Mesh Collection A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22297 opened Dec 29, 2025 by aevyrie Loading…
compute-shader mesh generation example A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples 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 X-Uncontroversial This work is generally agreed upon
#22296 opened Dec 29, 2025 by ChristopherBiscardi Loading…
Implement parallax-corrected cubemaps (PCCMs) for reflection probes. A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22288 opened Dec 27, 2025 by pcwalton Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.