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

Chore: Remove duplicate PointerFocusPlugin registrations from examples to prevent panics A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#24942 opened Jul 10, 2026 by taearls Contributor Loading…
FromTemplate derive macro visibility change A-Scenes Composing and serializing ECS objects D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24941 opened Jul 10, 2026 by alphadragon2 Loading…
Add AlignedVec and use it to improve ShaderBuffer A-Rendering Drawing game state to the screen A-Utils Utility functions and types C-Performance A change motivated by improving speed, memory usage or compile times D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24938 opened Jul 10, 2026 by beicause Member Loading…
Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 C-Dependencies A change to the crates that Bevy depends on
#24937 opened Jul 10, 2026 by dependabot Bot Loading…
Custom directional shadow maps A-Rendering Drawing game state to the screen D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24936 opened Jul 10, 2026 by mate-h Contributor Loading…
add W axis to bevy_feathers builtin colors/tokens
#24934 opened Jul 9, 2026 by JasmineLowen Contributor Loading…
Improved documentation for headless and feathers widgets. A-UI Graphical user interfaces, styles, layouts, and widgets C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24931 opened Jul 9, 2026 by viridia Contributor Loading…
add ReflectFromTemplate and ReflectTemplate A-Reflection Runtime information about types A-Scenes Composing and serializing ECS objects C-Feature A new feature, making something new possible 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
#24930 opened Jul 9, 2026 by AwfulToTheEar Draft
TextInput
#24929 opened Jul 9, 2026 by viridia Contributor Loading…
Don't re-extract 2D meshes that haven't changed since the previous frame. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#24928 opened Jul 9, 2026 by pcwalton Contributor Draft
Include two missing methods from NestedQuery example. A-ECS Entities, components, systems, and events 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
#24923 opened Jul 9, 2026 by andriyDev Contributor Loading…
Enhance GpuComponentArrayBuffer so that it can be used to store arbitrary data on mesh instances. A-ECS Entities, components, systems, and events A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24922 opened Jul 9, 2026 by pcwalton Contributor Loading…
Make the built-in 2D materials bindless. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#24921 opened Jul 9, 2026 by pcwalton Contributor Loading…
Declarative plugins / Graph-based plugins MVP A-App Bevy apps and plugins C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide 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.
#24920 opened Jul 8, 2026 by fallible-algebra Contributor Draft
1 of 10 tasks
Add color wheel widget to bevy_feathers A-Editor Graphical tools to make Bevy games A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible M-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
#24917 opened Jul 8, 2026 by tmstorey Contributor Loading…
Improve clarity of condition.rs doc examples A-ECS Entities, components, systems, and events 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
#24916 opened Jul 8, 2026 by IRSMsoso Contributor Loading…
ShaderBuffer changes to reduce allocation and change set_data to take an iterator 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
#24915 opened Jul 8, 2026 by beicause Member Loading…
Add commas to bsn! example A-Scenes Composing and serializing ECS objects C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24912 opened Jul 7, 2026 by IRSMsoso Contributor Loading…
Pass command panics to the fallback error handler A-ECS Entities, components, systems, and events S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24911 opened Jul 7, 2026 by chescock Contributor Loading…
Allow users to filter messages A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24910 opened Jul 7, 2026 by Will-Carson Loading…
Clear stale components when FullscreenMaterial is removed A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24907 opened Jul 7, 2026 by beicause Member Loading…
Allow overriding the default compressed image processor extensions A-Assets Load files from disk to use for things like images, models, and sounds 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
#24904 opened Jul 7, 2026 by greeble-dev Contributor Loading…
Link to the ParamSet docs when talking about ParamSet A-ECS Entities, components, systems, and events 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
#24901 opened Jul 7, 2026 by MatrixFrog Loading…
ProTip! What’s not been updated in a month: updated:<2026-06-10.