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

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
#25094 opened Jul 21, 2026 by andriyDev Contributor Loading… 0.20
example: compute_mesh - fix type mismatch
#25093 opened Jul 21, 2026 by XSWare Loading…
Fix accessibility object nav
#25092 opened Jul 21, 2026 by mansiverma897993 Contributor Loading…
Migrate occlusion_culling to use FeathersRadio
#25091 opened Jul 21, 2026 by tevans-3 Loading…
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 light_probe_blending to use FeathersRadio (Phase 4 Item 7) A-UI 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
#25086 opened Jul 21, 2026 by kfc35 Contributor Loading…
Migrate light_textures example to use FeathersRadio and FeathersNumberInput (Phase 5 Item 4) 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#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 pccm example to use FeathersRadioButton (Phase 4 Item 8) A-UI 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
#25080 opened Jul 20, 2026 by kfc35 Contributor Loading…
Add color wheel widget v2
#25079 opened Jul 20, 2026 by tmstorey 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
#25078 opened Jul 20, 2026 by mnmaita Member Draft
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
#25077 opened Jul 20, 2026 by mgi388 Contributor Loading… 0.20
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 bsn! A-Scenes 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
#25054 opened Jul 18, 2026 by Tatsuya0330 Contributor Loading…
CornerRadius border radius value semantic and ergonomic improvements A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change C-Docs An addition or correction to our documentation C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25050 opened Jul 17, 2026 by ickshonpe Contributor Loading… 0.20
Split out parts of bevy_math into bevy_shape and bevy_geometry A-Math 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.
#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…
ProTip! Follow long discussions with comments:>50.