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

Create a config file for cargo aliases, so tool commands aren't so painful to type A-Build-System Related to build systems or continuous integration C-Code-Quality A section of code that is hard to understand or change D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21597 opened Oct 18, 2025 by LikeLakers2 Loading…
Split AmbientLight into two A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy M-Needs-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
#21595 opened Oct 18, 2025 by Trashtalk217 Loading…
Merge button components A-UI Graphical user interfaces, styles, layouts, and widgets 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 X-Contentious There are nontrivial implications that should be thought through
#21594 opened Oct 18, 2025 by agluszak Loading… 0.18
Rename AnimationEventTrigger::animation_player to target and fix misleading docs surrounding it A-Animation Make things move and change over time C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Needs-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
#21593 opened Oct 18, 2025 by janhohenheim Loading… 0.18
Update PanCam and FreeCam to use full term Camera
#21592 opened Oct 18, 2025 by syszery Loading…
Remove #[derive(Resource, Component)] from tests A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change 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
#21589 opened Oct 18, 2025 by Trashtalk217 Loading…
Updated docs for bevy::render::RenderSystems
#21586 opened Oct 17, 2025 by Saphereye Loading…
Support non-archetypal QueryData A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible M-Needs-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
#21581 opened Oct 17, 2025 by chescock Loading… 0.18
Rename bevy_reflect's documentation feature to reflect_documentation A-Reflection Runtime information about types C-Usability A targeted quality-of-life change that makes Bevy easier to use M-Needs-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
#21577 opened Oct 17, 2025 by WaterWhisperer Loading…
Move asset processing tests to their own file. A-Assets Load files from disk to use for things like images, models, and sounds C-Code-Quality A section of code that is hard to understand or change 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#21567 opened Oct 16, 2025 by andriyDev Loading…
Minor refactors in change detection A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#21562 opened Oct 16, 2025 by JaySpruce Loading…
Feature/glam cross constants A-Math Fundamental domain-agnostic mathematical operations 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 X-Uncontroversial This work is generally agreed upon
#21561 opened Oct 16, 2025 by pine-free Loading…
Text underline A-Text Rendering and layout for characters C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Needs-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
#21559 opened Oct 15, 2025 by ickshonpe Loading… 0.18
Nested Queries A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! D-Unsafe Touches with unsafe code in some way M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Needs-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
#21557 opened Oct 15, 2025 by chescock Loading… 0.18
Text strikeout A-Text Rendering and layout for characters C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Needs-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
#21555 opened Oct 15, 2025 by ickshonpe Loading… 0.18
Allow DiagnosticsBuffer to be applied even if DiagnosticsStore is missing. A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21550 opened Oct 14, 2025 by andriyDev Loading…
taplo sort A-Cross-Cutting Impacts the entire engine C-Code-Quality A section of code that is hard to understand or change S-Needs-Design This issue requires design work to think about how it would best be accomplished X-Controversial There is active debate or serious implications around merging this PR
#21545 opened Oct 14, 2025 by atlv24 Draft
Move MaterialProperties from bevy_pbr to bevy_material A-Rendering Drawing game state to the screen D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Needs-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-Controversial There is active debate or serious implications around merging this PR
#21543 opened Oct 14, 2025 by Zeophlite Loading… 0.18
Font reference counting using hooks A-Text Rendering and layout for characters C-Performance A change motivated by improving speed, memory usage or compile times M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Needs-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
#21535 opened Oct 13, 2025 by ickshonpe Loading…
time 2.0: stepable, non monotonic, A-Time Involves time keeping and reporting C-Feature A new feature, making something new possible M-Needs-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
#21532 opened Oct 13, 2025 by mockersf Draft
add note about hdr to custom post process. A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21525 opened Oct 13, 2025 by ChristopherBiscardi Loading…
Support Ui to perform Transform in the world A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Controversial There is active debate or serious implications around merging this PR
#21514 opened Oct 12, 2025 by MushineLament Draft
5 of 9 tasks
ProTip! Updated in the last three days: updated:>2025-10-15.