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 register_system_cached to DeferredWorld. A-ECS Entities, components, systems, and events C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21972 opened Nov 28, 2025 by coolcatcoder Loading…
Remove getrandom dependency from bevy_platform.
#21971 opened Nov 28, 2025 by kpreid Loading…
Fix bevy_math when no alloc is available A-Math Fundamental domain-agnostic mathematical operations O-Embedded Weird hardware and no_std platforms P-Compile-Failure A failure to compile Bevy apps S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21969 opened Nov 28, 2025 by NiseVoid Loading…
Fix the doc test for WebAssetPlugin A-Assets Load files from disk to use for things like images, models, and sounds C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21968 opened Nov 28, 2025 by andriyDev Loading…
Don't update the text buffer in text_system A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets C-Performance A change motivated by improving speed, memory usage or compile times 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
#21966 opened Nov 28, 2025 by ickshonpe Loading…
Solari: Misc improvements 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
#21953 opened Nov 27, 2025 by JMS55 Loading… 0.18
Fix documentation links in examples C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy S-Nominated-To-Close A triage team member thinks this PR or issue should be closed out.
#21947 opened Nov 26, 2025 by 1ace Loading…
Add MeshPipelineKey::LIGHTMAPPED as applicable during the wireframe pass A-Rendering Drawing game state to the screen 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
#21942 opened Nov 25, 2025 by mgi388 Loading… 0.18
bevy_text parley migration A-Rendering Drawing game state to the screen A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets C-Dependencies A change to the crates that Bevy depends on C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#21940 opened Nov 25, 2025 by ickshonpe Loading…
scrollbar helper functions A-UI Graphical user interfaces, styles, layouts, and widgets D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21937 opened Nov 25, 2025 by ickshonpe Loading…
Document return behavior for child "spawning" commands. 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#21933 opened Nov 24, 2025 by newclarityex Loading…
New UiDebugOverlay features A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible 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
#21931 opened Nov 24, 2025 by ickshonpe Loading…
Replace BTreeMap with IndexMap for stored ScheduleBuildPasses A-ECS Entities, components, systems, and events 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
#21930 opened Nov 24, 2025 by ItsDoot Loading…
Pull Schedules::ignored_scheduling_ambiguities into a separate resource and avoid unnecessary allocation A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21929 opened Nov 24, 2025 by ItsDoot Loading…
Add options to lower precision/compressed vertex buffer A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on 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 X-Contentious There are nontrivial implications that should be thought through
#21926 opened Nov 24, 2025 by beicause Loading…
Avoid reading the entire asset into memory during asset processing. A-Assets Load files from disk to use for things like images, models, and sounds 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21925 opened Nov 24, 2025 by andriyDev Loading…
Use u16 indices if possible in mesh primitives
#21924 opened Nov 24, 2025 by beicause Loading…
BuilderSystem for easier system builder construction A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Blocked This cannot move forward until something else changes
#21923 opened Nov 24, 2025 by ecoskey Loading…
GridTrack::percent(): Clarify value range A-UI Graphical user interfaces, styles, layouts, and widgets 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
#21922 opened Nov 23, 2025 by tjamaan Loading…
Issue 10685 A-Assets Load files from disk to use for things like images, models, and sounds C-Performance A change motivated by improving speed, memory usage or compile times 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#21920 opened Nov 23, 2025 by ZackaryRippee Loading…
More flexible SystemInput A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible 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
#21917 opened Nov 23, 2025 by ecoskey Loading…
Support StaticSystemInput in more places A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#21916 opened Nov 23, 2025 by chescock Loading…
ProTip! Add no:assignee to see everything that’s not assigned.