-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Restructure the logic in Load files from disk to use for things like images, models, and sounds
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
AssetServer::load_internal
to avoid using weak handles.
A-Assets
#19634
opened Jun 13, 2025 by
andriyDev
Loading…
Fix glTF coordinate system imports
A-glTF
Related to the glTF 3D scene/model format
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#19633
opened Jun 13, 2025 by
janhohenheim
Loading…
Remove cursor caching
A-Windowing
Platform-agnostic interface layer to run your app in
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
Add SkipDeferredLighting component
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19628
opened Jun 13, 2025 by
JMS55
Loading…
Add insert_child and remove_child methods
A-ECS
Entities, components, systems, and events
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
X-Uncontroversial
This work is generally agreed upon
bevy_solari: Spatial ReSTIR
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
Benchmark replacement of immutable components with hooks
A-ECS
Entities, components, systems, and events
C-Benchmarks
Stress tests and benchmarks used to measure how fast things are
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
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-Uncontroversial
This work is generally agreed upon
Prevent Make things move and change over time
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
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
AnimationGraph
from serializing AssetId
s.
A-Animation
#19615
opened Jun 13, 2025 by
andriyDev
Loading…
Named Observer (attempt 2)
A-ECS
Entities, components, systems, and events
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
M-Needs-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
X-Contentious
There are nontrivial implications that should be thought through
Rename methods and fields to get entities associated with observers to reduce confusion
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Controversial
There is active debate or serious implications around merging this PR
Make observers metadata / storage publicly visible
A-ECS
Entities, components, systems, and events
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-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
Replace Load files from disk to use for things like images, models, and sounds
A-Reflection
Runtime information about types
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
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-Uncontroversial
This work is generally agreed upon
UntypedHandle
from ReflectAsset with impl Into<UntypedAssetId>
.
A-Assets
#19606
opened Jun 13, 2025 by
andriyDev
Loading…
Add more PreviousViewData
A-Rendering
Drawing game state to the screen
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
X-Uncontroversial
This work is generally agreed upon
#19605
opened Jun 13, 2025 by
JMS55
Loading…
Add method on Entities, components, systems, and events
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-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
X-Contentious
There are nontrivial implications that should be thought through
WorldQuery
to apply deferred mutations
A-ECS
#19602
opened Jun 12, 2025 by
ecoskey
Loading…
Fix uneven heading levels in pull_request_template.md
A-Build-System
Related to build systems or continuous integration
A-Meta
About the project itself
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
#19599
opened Jun 12, 2025 by
kpreid
Loading…
doc improvement for StateTransition
A-States
App-level states machines
C-Docs
An addition or correction to our documentation
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#19597
opened Jun 12, 2025 by
Wuketuke
Loading…
Fix SubStates with multiple source states not reacting to all source changes
A-States
App-level states machines
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
Preserve extra data in 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
RelationshipTarget
with replace_related
(_with_difference
)
A-ECS
#19588
opened Jun 11, 2025 by
urben1680
Loading…
Robust Scrolling Example
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-Uncontroversial
This work is generally agreed upon
#19586
opened Jun 11, 2025 by
tim-blackbird
Loading…
Core slider
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
Impl system condition combinators for Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Result
-ful run conditions
A-ECS
#19580
opened Jun 11, 2025 by
gwafotapa
Loading…
Move Rendering and layout for characters
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
TextShadow
to text
widget module
A-Text
#19579
opened Jun 11, 2025 by
ickshonpe
Loading…
Update ImageMeasure to apply aspect ratio to min/max height/width
A-Rendering
Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
S-Needs-Help
The author needs help finishing this PR.
Previous Next
ProTip!
no:milestone will show everything without a milestone.