-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add a way to randomize system ordering during schedule builds.
A-Dev-Tools
Tools used to debug Bevy applications.
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Fix: Manually derive FromTemplate for RenderTarget
A-Camera
User-facing camera APIs and controllers.
C-Bug
An unexpected or incorrect behavior
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
#25089
opened Jul 21, 2026 by
zincdev0
Loading…
Migrate to WESL
A-Rendering
Drawing game state to the screen
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
M-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-Needs-SME
This type of work requires an SME to approve it.
#25088
opened Jul 21, 2026 by
tychedelia
Member
•
Draft
Migrate Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
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
light_probe_blending to use FeathersRadio (Phase 4 Item 7)
A-UI
#25086
opened Jul 21, 2026 by
kfc35
Contributor
Loading…
Migrate Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
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
light_textures example to use FeathersRadio and FeathersNumberInput (Phase 5 Item 4)
A-UI
#25085
opened Jul 21, 2026 by
kfc35
Contributor
Loading…
Solari: Retained extract
A-Rendering
Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25082
opened Jul 20, 2026 by
JMS55
Contributor
Loading…
Migrate Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
pccm example to use FeathersRadioButton (Phase 4 Item 8)
A-UI
#25080
opened Jul 20, 2026 by
kfc35
Contributor
Loading…
Use rustup to configure targets and components
A-Build-System
Related to build systems or continuous integration
C-Dependencies
A change to the crates that Bevy depends on
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
S-Needs-Testing
Testing must be done to verify an issue or fix
Add optional alpha-threshold passthrough to the UI picking backend
A-Picking
Pointing at and selecting objects of all sorts
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
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
Fix: Steam OSK shifted text input
A-Text
Rendering and layout for characters
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
#25068
opened Jul 19, 2026 by
0xEgao
Contributor
Loading…
Add App::setup_non_send, deprecate insert_non_send
A-App
Bevy apps and plugins
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
#25067
opened Jul 19, 2026 by
Supremesv715
Contributor
Loading…
Add vertical scrollbar to multiline_text_input 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
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
#25066
opened Jul 19, 2026 by
Supremesv715
Contributor
Loading…
Migrate clearcoat example to Feathers
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
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
#25062
opened Jul 18, 2026 by
tevans-3
Loading…
Don't recreate material bind groups if none of the GPU resources changed.
A-Rendering
Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25058
opened Jul 18, 2026 by
pcwalton
Contributor
Loading…
Fix: Add turbofish support to Composing and serializing ECS objects
C-Bug
An unexpected or incorrect behavior
D-Macros
Code that generates Rust code
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
bsn!
A-Scenes
#25054
opened Jul 18, 2026 by
Tatsuya0330
Contributor
Loading…
CornerRadius border radius value semantic and ergonomic improvements
A-UI
Split out parts of Fundamental domain-agnostic mathematical operations
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
M-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-Needs-SME
This type of work requires an SME to approve it.
bevy_math into bevy_shape and bevy_geometry
A-Math
#25047
opened Jul 17, 2026 by
JasmineLowen
Contributor
•
Draft
Minesweeper-style game example using Bevy UI
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Examples
An addition or correction to our examples
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#25039
opened Jul 17, 2026 by
ickshonpe
Contributor
Loading…
Update tera requirement from 1.15 to 2.0
A-Build-System
Related to build systems or continuous integration
C-Dependencies
A change to the crates that Bevy depends on
S-Adopt-Me
The original PR author has no intent to complete this work. Pick me up!
#25038
opened Jul 17, 2026 by
dependabot
Bot
Loading…
Bump actions/setup-java from 5.2.0 to 5.5.0
A-Build-System
Related to build systems or continuous integration
C-Dependencies
A change to the crates that Bevy depends on
O-Android
Specific to the Android mobile operating system
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#25037
opened Jul 17, 2026 by
dependabot
Bot
Loading…
Bump github/codeql-action/analyze from 4.36.2 to 4.37.0
A-Build-System
Related to build systems or continuous integration
C-Dependencies
A change to the crates that Bevy depends on
S-Adopt-Me
The original PR author has no intent to complete this work. Pick me up!
#25036
opened Jul 17, 2026 by
dependabot
Bot
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.