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

Dds transcode channel order fix 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
#19849 opened Jun 28, 2025 by atlv24 Loading…
Use SmallVec instead of HashMap in MaterialProperties A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19846 opened Jun 28, 2025 by IceSentry Loading…
optimize ktx2 level data concatenation A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times 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
#19845 opened Jun 28, 2025 by atlv24 Loading…
Add RenderStartup schedule to the RenderApp A-App Bevy apps and plugins A-ECS Entities, components, systems, and events A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19841 opened Jun 27, 2025 by IceSentry Loading…
Split LatePrepassNode query in a few groups 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
#19840 opened Jun 27, 2025 by IceSentry Loading…
Make DebugName work when building with no default features A-Utils Utility functions and types 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
#19824 opened Jun 26, 2025 by chescock Loading… 0.17
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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19818 opened Jun 26, 2025 by andriyDev Loading…
Nudge users into migrating to new default glTF coordinate conversion A-Assets Load files from disk to use for things like images, models, and sounds A-glTF Related to the glTF 3D scene/model format 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 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-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#19816 opened Jun 25, 2025 by janhohenheim Loading… 0.17
Doc for X11 CursorGrabMode support A-Input Player input via keyboard, mouse, gamepad, and more D-Trivial Nice and easy! A great choice to get started with Bevy O-Linux Specific to the Linux desktop operating system S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19811 opened Jun 25, 2025 by jf908 Loading…
core_widgets example slider fix 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
#19810 opened Jun 25, 2025 by ickshonpe 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
CoreScrollbar widget. A-UI Graphical user interfaces, styles, layouts, and widgets 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
#19803 opened Jun 24, 2025 by viridia Loading… 0.17
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
Update ui_test requirement from 0.29.1 to 0.30.1 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
#19799 opened Jun 24, 2025 by mnmaita Loading…
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…
2
6
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…
bevy_solari ReSTIR DI A-Rendering Drawing game state to the screen 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#19790 opened Jun 24, 2025 by JMS55 Loading… 0.17
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…
BRP improve json schema support A-Dev-Tools Tools used to debug Bevy applications. 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
#19786 opened Jun 23, 2025 by Leinnan Loading…
force unclipped depth emu on webgpu 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19785 opened Jun 23, 2025 by robtfm Loading…
Create a new OverflowAxis that allows scrolling while keeping overflown items visible A-UI Graphical user interfaces, styles, layouts, and widgets 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-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
#19773 opened Jun 21, 2025 by hukasu Loading…
Fix intermittent drag-and-drop freezing on Windows C-Bug An unexpected or incorrect behavior O-Windows Specific to the Windows desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19772 opened Jun 21, 2025 by zachbateman Loading…
Selection menu A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19771 opened Jun 21, 2025 by hukasu Draft
ProTip! Mix and match filters to narrow down what you’re looking for.