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

Bump hashbrown to 0.16.0
#20807 opened Aug 31, 2025 by mirsella Loading…
Implement VisitAssetDependencies for Arrays
#20805 opened Aug 31, 2025 by Glory2Antares Loading…
Prevent replace_related from triggering lifecycle events
#20800 opened Aug 30, 2025 by gwafotapa Loading…
Image load_with_settings with TextureViewDimension A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen 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-Blocked This cannot move forward until something else changes
#20799 opened Aug 30, 2025 by KirmesBude Draft
Image::reinterpret_size and Image::reinterpret_stacked_2d_as_array now return a Result A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen 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-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Needs-Help The author needs help finishing this PR. S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20797 opened Aug 30, 2025 by KirmesBude Loading…
Draft: use http-cache for web assets A-Assets Load files from disk to use for things like images, models, and sounds C-Dependencies A change to the crates that Bevy depends on S-Blocked This cannot move forward until something else changes
#20791 opened Aug 30, 2025 by mrchantey Loading…
Reduce memory usage from Edges A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help
#20784 opened Aug 29, 2025 by james7132 Draft
Compute light probe matrix earlier and cache in LightProbeInfo #20738 A-Rendering Drawing game state to the screen 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
#20782 opened Aug 28, 2025 by jz009 Loading…
Fixing crash when minimizing a window with custom viewport for 0.16. (#16704) A-Rendering Drawing game state to the screen S-Nominated-To-Close A triage team member thinks this PR or issue should be closed out. X-Controversial There is active debate or serious implications around merging this PR
#20781 opened Aug 28, 2025 by ChronoVortex Loading…
bevy_post_process A-Rendering Drawing game state to the screen 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
#20778 opened Aug 27, 2025 by atlv24 Loading…
Box world to prevent pointer invalidation A-App Bevy apps and plugins A-ECS Entities, components, systems, and events 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
#20775 opened Aug 27, 2025 by radiantgurl Loading…
Split AnimationTarget into two components A-Animation Make things move and change over time C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! 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 X-Contentious There are nontrivial implications that should be thought through
#20774 opened Aug 27, 2025 by greeble-dev Loading…
Mitigate stack overflow on large Bundle inserts A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! D-Unsafe Touches with unsafe code in some way P-Crash A sudden unexpected crash S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20772 opened Aug 27, 2025 by james7132 Loading… 0.17
Preventing excessive FPS text updates in the ui text example A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20768 opened Aug 26, 2025 by CodingLikeAMonkey Loading…
Raymarched rendering for atmosphere and spherical coordinates 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20766 opened Aug 26, 2025 by mate-h Loading…
bevy_text::input module with no undo A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#20763 opened Aug 26, 2025 by Zeophlite Loading… 0.17
force parenthesis for elements in the children! macro list A-ECS Entities, components, systems, and events 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 X-Controversial There is active debate or serious implications around merging this PR
#20760 opened Aug 26, 2025 by HugoPeters1024 Loading…
Remove generic Components functions A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times 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
#20758 opened Aug 26, 2025 by james7132 Loading…
Add a WinitSettings::continuous constructor A-Windowing Platform-agnostic interface layer to run your app in C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20754 opened Aug 25, 2025 by ickshonpe Loading…
Make loading GLTF animations optional A-Animation Make things move and change over time A-glTF Related to the glTF 3D scene/model format 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
#20750 opened Aug 25, 2025 by atlv24 Loading…
Bump cargo-bins/cargo-binstall from 1.14.1 to 1.15.1 C-Dependencies A change to the crates that Bevy depends on
#20747 opened Aug 25, 2025 by dependabot bot Loading…
Bump actions/upload-pages-artifact from 3 to 4 C-Dependencies A change to the crates that Bevy depends on
#20746 opened Aug 25, 2025 by dependabot bot Loading…
Cleanup bevy_tasks::future module A-Tasks Tools for parallel and async work 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
#20744 opened Aug 25, 2025 by james7132 Loading…
make bevy_mesh optional for bevy_animate A-Animation Make things move and change over time 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#20742 opened Aug 25, 2025 by atlv24 Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.