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

Migrate computed_states to use ui_widgets::Button and Checkbox (Phase 5 Item 2) 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
#25071 opened Jul 19, 2026 by kfc35 Contributor Loading…
Remove expensive queue submit from sparse buffer vec A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times 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
#25070 opened Jul 19, 2026 by JMS55 Contributor Loading…
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
#25067 opened Jul 19, 2026 by Supremesv715 Contributor Loading…
Add vertical scrollbar to multiline_text_input example
#25066 opened Jul 19, 2026 by Supremesv715 Contributor Loading…
Migrate clustered_decal example to use FeathersRadioButton and FeathersNumberInput (Phase 5 Item 3) 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25064 opened Jul 19, 2026 by kfc35 Contributor Loading…
Migrate ui_texture_atlas_slice to use bevy_ui_widgets::Button (Phase 1 Item 4) 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 X-Uncontroversial This work is generally agreed upon
#25063 opened Jul 18, 2026 by taearls 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…
Add ensure! macro for BevyError 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
#25061 opened Jul 18, 2026 by 0xEgao Contributor Loading…
Add automatic input focus cause A-Input Player input via keyboard, mouse, gamepad, and more A-UI Graphical user interfaces, styles, layouts, and widgets 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-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
#25059 opened Jul 18, 2026 by 0xEgao Contributor Loading… 0.20
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…
Scrollbars autohide, select fix for reselecting current item closing popup 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
#25057 opened Jul 18, 2026 by gagnus Contributor Loading… 0.20
Fix Ctrl+A/C/X/V shortcuts in EditableText on non-Latin keyboard layouts A-Input Player input via keyboard, mouse, gamepad, and more 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
#25056 opened Jul 18, 2026 by Farori 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…
Split ordered and unordered TypeId maps A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times D-Straightforward Simple bug fixes and API improvements, docs, test and examples 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
#25053 opened Jul 18, 2026 by 0xEgao Contributor Loading…
CornerRadius border radius value semantic and ergonomic improvements A-UI Graphical user interfaces, styles, layouts, and widgets 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
Solari: Reduce temporal shadow lag A-Rendering Drawing game state to the screen C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25046 opened Jul 17, 2026 by JMS55 Contributor Loading…
Migrate ssr example to use FeathersRadio and FeathersNumberInput (Phase 5 Item 6) 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
#25040 opened Jul 17, 2026 by kfc35 Contributor Loading…
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…
Bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 2c7215f132e9ebf062739d9130488b56d53c060c 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25035 opened Jul 17, 2026 by dependabot Bot Loading…
Bump github/codeql-action/init 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!
#25034 opened Jul 17, 2026 by dependabot Bot Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.