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

Simplify sampler logic for creating a dummy white GPU image. 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25463 opened Aug 19, 2026 by andriyDev Contributor Loading…
Make Column fields fully private and remove use super::* A-ECS Entities, components, systems, and events 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25461 opened Aug 19, 2026 by JaySpruce Member Loading…
wgslfmt next-formatter snapshot A-Rendering Drawing game state to the screen 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-Contentious There are nontrivial implications that should be thought through
#25459 opened Aug 19, 2026 by BenjaminBrienen Contributor Draft
Simplified FeathersColorSlider using grid layout A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25456 opened Aug 18, 2026 by ickshonpe Contributor Loading…
Fix canceling asset loads on singlethreaded. A-Assets Load files from disk to use for things like images, models, and sounds A-Tasks Tools for parallel and async work D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25452 opened Aug 18, 2026 by andriyDev Contributor Loading…
Don't skip layout and lineheight updates in update_editable_text_styles on unresolved fonts A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets 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
#25450 opened Aug 18, 2026 by ickshonpe Contributor Loading… 0.19.2
flex-wrap layout for feathers_gallery A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples 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
#25449 opened Aug 18, 2026 by ickshonpe Contributor Loading…
Color input and color swatch grid 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
#25446 opened Aug 18, 2026 by viridia Contributor Loading…
Replace multi_threaded+wasm checks with bevy_tasks multi_threaded checks. A-Assets Load files from disk to use for things like images, models, and sounds A-Tasks Tools for parallel and async work C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25445 opened Aug 18, 2026 by andriyDev Contributor Loading…
Stable UiStack 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
#25441 opened Aug 17, 2026 by ickshonpe Contributor Loading… 0.19.2
Fix shader compile errors in custom_stencil.wesl and specialized_mesh_pipeline.wesl A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior 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
#25439 opened Aug 17, 2026 by beicause Member Loading…
Migrate 3d_shapes to feathers 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
#25436 opened Aug 17, 2026 by tevans-3 Member Loading…
Replace Sprite with SpriteMesh A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25432 opened Aug 16, 2026 by IceSentry Contributor Loading…
Migrate bloom_2d to use Feathers. A-Rendering Drawing game state to the screen 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
#25431 opened Aug 16, 2026 by Tatsuya0330 Contributor Loading…
Add non-atomic SparseBufferVec 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
#25430 opened Aug 16, 2026 by beicause Member Loading…
Explicit buffer size for ShaderBuffer A-Rendering Drawing game state to the screen 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
#25426 opened Aug 16, 2026 by beicause Member Loading…
Solari: Improved reflection denoising A-Rendering Drawing game state to the screen C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25423 opened Aug 16, 2026 by JMS55 Contributor Loading…
Custom materials for SpriteMesh A-Rendering Drawing game state to the screen
#25415 opened Aug 15, 2026 by cookie1170 Contributor Draft
Mitigate insertion performance regression A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25408 opened Aug 14, 2026 by JaySpruce Member Loading… 0.20
Elaborate on what "Trolling" is in practice in the Code of Conduct. A-Meta About the project itself D-Straightforward Simple bug fixes and API improvements, docs, test and examples X-Needs-SME This type of work requires an SME to approve it.
#25399 opened Aug 13, 2026 by fallible-algebra Member Loading…
Answer paste keystrokes from the paste event on wasm A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets O-Web Specific to web (WASM) builds S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25396 opened Aug 13, 2026 by Cyannide Contributor Loading…
ProTip! Follow long discussions with comments:>50.