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

Make render and compute pipeline descriptors defaultable. 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
#19903 opened Jul 1, 2025 by tychedelia Loading…
bevy_reflect: remove unnecessary const _ around TypePath impl A-Reflection Runtime information about types C-Performance A change motivated by improving speed, memory usage or compile times D-Macros Code that generates Rust code S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19902 opened Jul 1, 2025 by nnethercote Loading…
Use RenderStartup in bevy_ui. A-Rendering Drawing game state to the screen 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
#19901 opened Jul 1, 2025 by andriyDev Loading…
Migrate Bloom to spec_v2 A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#19899 opened Jul 1, 2025 by ecoskey Loading…
Use RenderStartup in bevy_gizmos. A-Rendering Drawing game state to the screen 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
#19898 opened Jul 1, 2025 by andriyDev Loading…
Use RenderStartup in bevy_anti_aliasing. A-Rendering Drawing game state to the screen 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
#19897 opened Jul 1, 2025 by andriyDev Loading…
Replace Handle::Weak with Handle::Uuid. 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 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 X-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#19896 opened Jul 1, 2025 by andriyDev Loading…
Ecs derive docs A-ECS Entities, components, systems, and events C-Docs An addition or correction to our documentation 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
#19892 opened Jun 30, 2025 by SpecificProtagonist Loading…
fix skin uniform buffer size 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 O-WebGPU Specific to the WebGPU render API 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
#19888 opened Jun 30, 2025 by robtfm Loading…
Newtyped ScrollPosition A-UI Graphical user interfaces, styles, layouts, and widgets C-Code-Quality A section of code that is hard to understand or change C-Docs An addition or correction to our documentation 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19881 opened Jun 30, 2025 by ickshonpe Loading… 0.17
Upgrade to wgpu version 26.0 A-Rendering Drawing game state to the screen C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#19868 opened Jun 29, 2025 by tychedelia Draft 0.17
Initial DLSS implementation A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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-Contentious There are nontrivial implications that should be thought through
#19864 opened Jun 29, 2025 by JMS55 Loading… 0.17
Add support for returning all Component and values to query method in the Bevy Remote Protocol A-Dev-Tools Tools used to debug Bevy applications. A-Editor Graphical tools to make Bevy games C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19857 opened Jun 29, 2025 by jbuehler23 Loading…
Change most RenderApp accesses to panics instead of silently doing nothing/half the work. A-Rendering Drawing game state to the screen 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
#19856 opened Jun 29, 2025 by andriyDev Loading…
World::register_required_components updates bundles A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19852 opened Jun 28, 2025 by urben1680 Draft
2 of 5 tasks
Create OnDeferred to allow hooking into every ApplyDeferred action. A-ECS Entities, components, systems, and events 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19818 opened Jun 26, 2025 by andriyDev Loading…
Add support for wgpu::PipelineCache 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
#19809 opened Jun 25, 2025 by tychedelia Loading…
Add PipelineCompilationOptions to descriptors A-Rendering Drawing game state to the screen 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 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
#19808 opened Jun 25, 2025 by IceSentry Draft
Add is_finished method to wasm tasks A-Tasks Tools for parallel and async work S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19801 opened Jun 24, 2025 by NthTensor Loading… 0.16.2
Move bevy_mikktspace out of tree A-Math Fundamental domain-agnostic mathematical operations A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change C-Dependencies A change to the crates that Bevy depends on S-Needs-SME Decision or review from an SME is required
#19798 opened Jun 24, 2025 by atlv24 Loading… 0.17
2
7
Set checkbox and radio fill color to gray when disabled in core widgets example A-Art Art, UX or graphic design 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
#19792 opened Jun 24, 2025 by jordanhalase Loading…
Combine Query and QueryLens using a type parameter for state, but don't introduce owned iterators A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19787 opened Jun 23, 2025 by chescock Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.