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

make example clustered_decal_maps deterministic C-Examples An addition or correction to our examples
#22109 opened Dec 13, 2025 by mockersf Loading…
Add PresentMode fallbacks A-Rendering Drawing game state to the screen D-Straightforward Simple bug fixes and API improvements, docs, test and examples P-Crash A sudden unexpected crash S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22108 opened Dec 13, 2025 by atlv24 Loading… 0.18
Global Gizmos A-Gizmos Visual editor and debug gizmos C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22107 opened Dec 13, 2025 by atlv24 Loading…
Add support for arbitrary/third party glTF Extension processing via GltfExtensionHandler A-Assets Load files from disk to use for things like images, models, and sounds 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
#22106 opened Dec 13, 2025 by ChristopherBiscardi Loading… 0.18
Make it possible to statically construct gizmo buffers A-Gizmos Visual editor and debug gizmos 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
#22105 opened Dec 13, 2025 by atlv24 Loading… 0.18
Allow Reader to implement AsyncSeek and provide a way for loaders to "ask" for a compatible reader. A-Assets Load files from disk to use for things like images, models, and sounds C-Feature A new feature, making something new possible 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 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22104 opened Dec 13, 2025 by andriyDev Loading… 0.18
Solari: Double buffer prepass textures A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22102 opened Dec 13, 2025 by JMS55 Loading… 0.18
Fix non-srgb RenderTarget::Image 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22090 opened Dec 11, 2025 by beicause Loading… 0.18
Add sprite slicing scene to testbed_2d example A-Rendering Drawing game state to the screen C-Testing A change that impacts how we test Bevy or how users test their apps 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 X-Uncontroversial This work is generally agreed upon
#22089 opened Dec 11, 2025 by snk-git-hub Loading…
Refactor window creation logic A-Windowing Platform-agnostic interface layer to run your app in 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
#22088 opened Dec 11, 2025 by kristoff3r Loading…
Add 64 bit Dir3 struct A-Math Fundamental domain-agnostic mathematical operations C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Help The author needs help finishing this PR. S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22087 opened Dec 11, 2025 by stevehello166 Loading…
spec_v2: migrate line gizmos 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22072 opened Dec 9, 2025 by ecoskey Loading…
spec_v2: migrate Skybox 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
#22071 opened Dec 9, 2025 by ecoskey Loading…
spec_v2: migrate TAA 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#22070 opened Dec 9, 2025 by ecoskey Loading…
spec_v2: migrate CAS 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
#22069 opened Dec 9, 2025 by ecoskey Loading…
Visibility for retained gizmos A-Gizmos Visual editor and debug gizmos C-Feature A new feature, making something new possible 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
#22053 opened Dec 7, 2025 by blamelessgames Loading…
Adds ViewportCoords Scene to examples/testbed/ui, Removes viewport_debug example A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples C-Testing A change that impacts how we test Bevy or how users test their apps S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22050 opened Dec 6, 2025 by kfc35 Loading…
single query per node in UI picking backend A-Picking Pointing at and selecting objects of all sorts A-UI Graphical user interfaces, styles, layouts, and widgets 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
#22049 opened Dec 6, 2025 by ickshonpe Loading…
Add bevy_gltf settings for animation player and target creation A-Animation Make things move and change over time A-glTF Related to the glTF 3D scene/model format C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22046 opened Dec 6, 2025 by greeble-dev Loading…
Generic hierarchy propagate A-ECS Entities, components, systems, and events A-Transform Translations, rotations and scales 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
#22043 opened Dec 6, 2025 by molikto Loading…
Use mesh bounds center for transparent/transmissive sorting 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
#22041 opened Dec 5, 2025 by venhelhardt Loading…
Add rust-toolchain file A-Build-System Related to build systems or continuous integration C-Usability A targeted quality-of-life change that makes Bevy easier to use 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
#22040 opened Dec 5, 2025 by IceSentry Loading…
Font weight support A-Text Rendering and layout for characters C-Feature A new feature, making something new possible 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
#22038 opened Dec 5, 2025 by ickshonpe Loading…
CI: can filter jobs to run depending on modified files A-Build-System Related to build systems or continuous integration
#22032 opened Dec 5, 2025 by mockersf Loading…
Add subtrait for reborrowing SystemParam types 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 S-Blocked This cannot move forward until something else changes
#22029 opened Dec 4, 2025 by ecoskey Loading…
ProTip! Filter pull requests by the default branch with base:main.