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

Minimal FontSize support A-Text Rendering and layout for characters 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 M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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
#22614 opened Jan 20, 2026 by ickshonpe Loading…
Bump the accesskit group with 2 updates A-Accessibility A problem that prevents users with disabilities from using Bevy 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
#22613 opened Jan 20, 2026 by mnmaita Loading…
Implement gradual falloff and blending for light probes. A-Rendering Drawing game state to the screen C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22610 opened Jan 20, 2026 by pcwalton Draft
Advanced ImageNode example 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 X-Uncontroversial This work is generally agreed upon
#22606 opened Jan 20, 2026 by Fodesu Loading…
Observer run conditions 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 D-Unsafe Touches with unsafe code in some way 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
#22602 opened Jan 19, 2026 by jonas-meyer Loading…
2
5
Replace PathBuf-based AssetPath resolution with URL-style segment resolver A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22599 opened Jan 19, 2026 by Eyad3skr Loading…
FontAtlasSet total font data size helper function A-Rendering Drawing game state to the screen A-Text Rendering and layout for characters D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22598 opened Jan 19, 2026 by ickshonpe Loading…
fix enum reflection based partial_cmp, disallow compare different variant names. A-Reflection Runtime information about types 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
#22595 opened Jan 19, 2026 by molikto Loading… 0.19
Add tests for items in crates\bevy_math\src\bounding\mod.rs A-Math Fundamental domain-agnostic mathematical operations 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-Nominated-To-Close A triage team member thinks this PR or issue should be closed out.
#22594 opened Jan 19, 2026 by LikeLakers2 Loading…
use linear space and default intensity to 1.0 in EnvironmentMapLight::solid_color 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
#22588 opened Jan 18, 2026 by atlv24 Loading…
Add white furnace test for testing PBR A-Rendering Drawing game state to the screen C-Testing A change that impacts how we test Bevy or how users test their apps S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22584 opened Jan 18, 2026 by mate-h Loading…
Fix panic in update_viewport_render_target_size when despawning A-Camera User-facing camera APIs and controllers. 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
#22575 opened Jan 18, 2026 by mgi388 Loading… 0.18.1
Improve time complexity of get_component_mut A-ECS Entities, components, systems, and events 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 X-Uncontroversial This work is generally agreed upon
#22572 opened Jan 17, 2026 by kumaryash6352 Loading…
Solari: Better path termination heuristic 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
#22570 opened Jan 17, 2026 by JMS55 Loading… 0.19
Invert bevy_gltf dependency with bevy_pbr A-Rendering Drawing game state to the screen 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
#22569 opened Jan 17, 2026 by Zeophlite Draft
Allow for querying supported sample counts in Msaa and expose 16 samples A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Usability A targeted quality-of-life change that makes Bevy easier to use 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
#22568 opened Jan 17, 2026 by yzsolt Loading…
HDR Display Output A-Rendering Drawing game state to the screen 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#22563 opened Jan 17, 2026 by aevyrie Loading…
Move AddObserver and observe from bevy_ui_widgets into bevy_ecs A-ECS Entities, components, systems, and events S-Needs-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#22561 opened Jan 17, 2026 by dlom Loading…
limit number of open files A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior O-iOS Specific to the iOS mobile operating system O-MacOS Specific to the MacOS (Apple) desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22560 opened Jan 17, 2026 by mockersf Loading… 0.18.1
gpu asset transfer priorities A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-SME Decision or review from an SME is required
#22557 opened Jan 16, 2026 by robtfm Loading…
Use depth only aspect view of depth texture for future stencil support 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
#22556 opened Jan 16, 2026 by beicause Loading…
Fix TAA and sky prepass on WebGPU and WebGL2 A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#22555 opened Jan 16, 2026 by beicause Loading…
Fix motion blur and dof on WebGL2 and WebGPU 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
#22554 opened Jan 16, 2026 by beicause Loading…
Fix build-wasm-example with --debug arg A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#22543 opened Jan 16, 2026 by beicause Loading…
Fix feature gating in bevy_post_process 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
#22542 opened Jan 16, 2026 by beicause Loading…
ProTip! Add no:assignee to see everything that’s not assigned.