-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Update cpal requirement from 0.15 to 0.16
C-Dependencies
A change to the crates that Bevy depends on
#19672
opened Jun 16, 2025 by
dependabot
bot
Loading…
Update derive_more requirement from 1 to 2
C-Dependencies
A change to the crates that Bevy depends on
#19671
opened Jun 16, 2025 by
dependabot
bot
Loading…
Update ui_test requirement from 0.29.1 to 0.30.1
C-Dependencies
A change to the crates that Bevy depends on
#19670
opened Jun 16, 2025 by
dependabot
bot
Loading…
Update encase_derive_impl requirement from 0.10 to 0.11
C-Dependencies
A change to the crates that Bevy depends on
#19669
opened Jun 16, 2025 by
dependabot
bot
Loading…
Split CursorOptions off of Window
A-Input
Player input via keyboard, mouse, gamepad, and more
A-Windowing
Platform-agnostic interface layer to run your app in
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
#19668
opened Jun 16, 2025 by
janhohenheim
Loading…
Type erased materials
A-Rendering
Drawing game state to the screen
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
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
S-Needs-SME
Decision or review from an SME is required
X-Controversial
There is active debate or serious implications around merging this PR
#19667
opened Jun 16, 2025 by
tychedelia
Loading…
trigger Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
Text
& Text2d
re-render when Children
is removed
A-Rendering
#19666
opened Jun 15, 2025 by
Austreelis
Loading…
Core Checkbox
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
Fix Keyboard observer not updating SliderValue
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
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
[DRAFT] deny(missing_docs) for bevy_window
C-Docs
An addition or correction to our documentation
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#19655
opened Jun 15, 2025 by
theotherphil
•
Draft
Split Entities, components, systems, and events
C-Feature
A new feature, making something new possible
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
EntityClonerBuilder
in AllowAll
and DenyAll
variants
A-ECS
rename Transform::compute_matrix to to_matrix
A-Math
Fundamental domain-agnostic mathematical operations
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
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
Clarify GlobalTransform::to_isometry doc
A-Math
Fundamental domain-agnostic mathematical operations
C-Docs
An addition or correction to our documentation
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
#19645
opened Jun 14, 2025 by
atlv24
Loading…
rename GlobalTransform::compute_matrix to to_matrix
A-Math
Fundamental domain-agnostic mathematical operations
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-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19643
opened Jun 14, 2025 by
atlv24
Loading…
Adding TextOutline component to add outlining by upstreaming implemen…
A-Rendering
Drawing game state to the screen
A-Text
Rendering and layout for characters
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
#19639
opened Jun 14, 2025 by
TotalKrill
Loading…
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…
Allow users to 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-Release-Note
Work that should be called out in the blog due to impact
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
bevy_solari: RIS for Direct Lighting
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…
Exposes 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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
Observer
's system's name
A-ECS
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.