E5E6 Pull requests · bevyengine/bevy · GitHub
[go: up one dir, main page]

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

QuarticOut docs more in line with impl
#23312 opened Mar 11, 2026 by Aceeri Loading…
Add SliderOrientation to control slider axis detection A-UI Graphical user interfaces, styles, layouts, and widgets 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
#23310 opened Mar 11, 2026 by moktamd Loading…
Add WindowSettings resource C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#23309 opened Mar 11, 2026 by rick68 Loading…
Fix Meshlets A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Shaders This code uses GPU shader languages 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
#23307 opened Mar 11, 2026 by atlv24 Loading… 0.19
Add Counter resource C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#23306 opened Mar 11, 2026 by rick68 Loading… 0.19
Enable modification of AnimationClips in glTF processing A-Assets Load files from disk to use for things like images, models, and sounds A-glTF Related to the glTF 3D scene/model format S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#23305 opened Mar 11, 2026 by ChristopherBiscardi Loading…
Fix Solari flickering by ordering solari_lighting 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 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 X-Uncontroversial This work is generally agreed upon
#23304 opened Mar 11, 2026 by alice-i-cecile Loading… 0.19
Remove dead code handle_uncovered_swap_chains system A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change 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
#23299 opened Mar 10, 2026 by Desel72 Loading…
ViewportNode.camera is now an Option<Entity> A-Camera User-facing camera APIs and controllers. A-UI Graphical user interfaces, styles, layouts, and widgets 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 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-Uncontroversial This work is generally agreed upon
#23298 opened Mar 10, 2026 by kfc35 Loading… 0.19
Use EntityIndexSet in Children A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help
#23296 opened Mar 10, 2026 by aevyrie Loading…
Fix light_probe_blending DX12 crash on device loss by handling None from write_buffer_with 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 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
#23291 opened Mar 10, 2026 by Desel72 Loading… 0.19
Docs & Migration Guides: Remove mentions of Cosmic Text where it seemed appropriate A-Text Rendering and layout for characters C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#23290 opened Mar 10, 2026 by kfc35 Loading… 0.19
Add rectangular area lights 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 D-Shaders This code uses GPU shader languages 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
#23288 opened Mar 9, 2026 by dylansechet Loading…
remove weekly beta job A-Build-System Related to build systems or continuous integration C-Code-Quality A section of code that is hard to understand or change 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 X-Contentious There are nontrivial implications that should be thought through
#23287 opened Mar 9, 2026 by mockersf Loading…
Add ButtonKeyEventCodes Resource to configure keyboard keys that trigger Activate Events A-Accessibility A problem that prevents users with disabilities from using Bevy A-UI Graphical user interfaces, styles, layouts, and widgets 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
#23286 opened Mar 9, 2026 by mnmaita Draft
Remove Interaction from examples/* A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#23285 opened Mar 9, 2026 by micttyoid Loading…
Stop doing full table scans of joints in skin extraction. A-Animation Make things move and change over time 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
#23283 opened Mar 9, 2026 by pcwalton Loading… 0.18.2
Minimal unstyled Text Input with Parley A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets 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-Help The author needs help finishing this PR. S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#23282 opened Mar 9, 2026 by Zeophlite Draft 0.19
Add allow_self_referential and counterpart component ids to RelationshipAccessor A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible 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-Uncontroversial This work is generally agreed upon
#23280 opened Mar 9, 2026 by eugineerd Loading…
Perf: conditional execution for extract_skins system A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Nominated-To-Close A triage team member thinks this PR or issue should be closed out.
#23278 opened Mar 9, 2026 by aevyrie Loading… 0.18.2
Wgpu 29 A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on S-Blocked This cannot move forward until something else changes X-Uncontroversial This work is generally agreed upon
#23277 opened Mar 9, 2026 by ChristopherBiscardi Draft
bevy_input_focus: diagonal navigation uses min_alignment_factor to refine nav candidates A-Input Player input via keyboard, mouse, gamepad, and more A-UI Graphical user interfaces, styles, layouts, and widgets 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#23275 opened Mar 9, 2026 by kfc35 Loading…
Fix TarjanScc algorithm in bevy_ecs (#23273) A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior 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
#23274 opened Mar 8, 2026 by Mysvac Loading…
Fix: support RenderLayer filtering for lights A-Rendering Drawing game state to the screen 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
#23265 opened Mar 8, 2026 by pauliusuza Loading… 0.19
Add "resource_exists_and" (#23259) A-ECS 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
#23260 opened Mar 8, 2026 by Satellile Loading…
ProTip! no:milestone will show everything without a milestone.
0