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

Move an asset's MetaTransform into its AssetInfo. 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 D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25509 opened Aug 22, 2026 by andriyDev Contributor Loading…
Add job to update open PRs with S-Merge-Conflicts A-Build-System Related to build systems or continuous integration D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25508 opened Aug 22, 2026 by Zeophlite Contributor Loading…
Unify exclusive systems with non-exclusive systems A-ECS Entities, components, systems, and events 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 D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#25507 opened Aug 22, 2026 by ItsDoot Contributor Loading…
Fix issues where load_untyped_async would not correctly propagate the "modifiers". A-Assets Load files from disk to use for things like images, models, and sounds 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
#25506 opened Aug 22, 2026 by andriyDev Contributor Loading…
Stop focusing the checkbox on pointer down, leave focus handling to PointerFocusPlugin 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
#25505 opened Aug 21, 2026 by spiderui Loading…
Expose some internals of ResolvedScene 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
#25504 opened Aug 21, 2026 by JMS55 Contributor Loading…
Some erased template helpers for BSN A-Scenes Composing and serializing ECS objects D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25503 opened Aug 21, 2026 by JMS55 Contributor Loading…
Remove stale BSN unsafe 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
#25502 opened Aug 21, 2026 by JMS55 Contributor Loading…
Make Tonemapping::None a passthrough and add Tonemapping::Linear A-Rendering Drawing game state to the screen 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
#25499 opened Aug 21, 2026 by stuartparmenter Contributor Loading…
Extract the sprite material cache to a separate struct A-Rendering Drawing game state to the screen 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
#25498 opened Aug 21, 2026 by cookie1170 Contributor Loading…
Fix window-picking entity A-Picking Pointing at and selecting objects of all sorts 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
#25497 opened Aug 20, 2026 by laundmo Member Loading… 0.19.2
Add replace (and try_replace and try_replace_overwrite) to PluginGroupBuilder A-App Bevy apps and plugins D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25496 opened Aug 20, 2026 by miroo-i-dont-want-to-use-gh Loading…
Migrate anisotropy to feathers A-UI Graphical user interfaces, styles, layouts, and widgets D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Blocked This cannot move forward until something else changes S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25494 opened Aug 20, 2026 by tevans-3 Member Draft
Make ButtonInput<Key> more robust to ghost inputs & invalid states. A-Input Player input via keyboard, mouse, gamepad, and more A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior 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
#25490 opened Aug 20, 2026 by CyberspaceDreamn Contributor Loading…
2
6
Refactor animation timers inside pan_orbit_camera A-Camera User-facing camera APIs and controllers. 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25489 opened Aug 20, 2026 by taishi-sama Contributor Loading…
Fix missing Ok() in template(|ctx|{}) docs 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25487 opened Aug 20, 2026 by laundmo Member Loading…
Feathers color plane shader imports fix C-Bug An unexpected or incorrect behavior D-Shaders This code uses GPU shader languages 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
#25486 opened Aug 20, 2026 by ickshonpe Contributor Loading…
feathers_gallery crash fix A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples 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
#25485 opened Aug 20, 2026 by ickshonpe Contributor Loading…
Font loading regression tests A-Text Rendering and layout for characters 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25482 opened Aug 20, 2026 by ickshonpe Contributor Loading…
Resolve one compositing space per camera stack A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25481 opened Aug 20, 2026 by stuartparmenter Contributor Loading…
Count sorted camera indices per render target A-Rendering Drawing game state to the screen 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
#25479 opened Aug 20, 2026 by stuartparmenter Contributor Loading…
Add a CI screenshot run for the tonemapping example A-Rendering Drawing game state to the screen 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#25478 opened Aug 20, 2026 by stuartparmenter Contributor Loading…
text input: retry the font family resolve when the font asset lands A-Assets Load files from disk to use for things like images, models, and sounds 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25474 opened Aug 19, 2026 by Cyannide Contributor Loading… 0.19.2
Add source color primaries metadata to image assets A-Color Color spaces and color math A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible 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-Contentious There are nontrivial implications that should be thought through
#25472 opened Aug 19, 2026 by stuartparmenter Contributor Loading…
Stop rendering escaped ANSI sequences in wesl errors A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Shaders This code uses GPU shader languages 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
#25464 opened Aug 19, 2026 by dylansechet Contributor Loading… 0.20
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.