-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix atmospherics memory leak
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
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…
Add Drawing game state to the screen
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
vulkan-portability
to fix compiling with --all-features
A-Rendering
Draft: use 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
http-cache
for web assets
A-Assets
#20791
opened Aug 30, 2025 by
mrchantey
Loading…
mark
register_info
, register_contributed_bundle_info
unsafe
#20790
opened Aug 29, 2025 by
janis-bhm
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
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 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
AnimationTarget
into two components
A-Animation
#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
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
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 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
WinitSettings::continuous
constructor
A-Windowing
#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…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-07-31.