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

Loosen add_state_scoped_event trait bound. A-States App-level states machines 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 X-Uncontroversial This work is generally agreed upon
#19401 opened May 27, 2025 by AlephCubed Loading… 0.17
Allow playing audio from a custom start position A-Audio Sounds playback and modification C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19400 opened May 27, 2025 by villuna Loading…
Remove workaround for image resize warning A-UI Graphical user interfaces, styles, layouts, and widgets 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19397 opened May 27, 2025 by SpecificProtagonist Loading…
2d Transforms A-Transform Translations, rotations and scales 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 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
#19389 opened May 26, 2025 by NthTensor Draft
Return Result from image::resize A-Rendering Drawing game state to the screen 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-Design This issue requires design work to think about how it would best be accomplished
#19380 opened May 26, 2025 by FlippinBerger Loading…
Renamed BRP methods to be more hierarchical. A-Dev-Tools Tools used to debug Bevy applications. 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 X-Uncontroversial This work is generally agreed upon
#19377 opened May 26, 2025 by AlephCubed Loading… 0.17
ecs systems type_id renamed to system_type A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Needs-Design This issue requires design work to think about how it would best be accomplished S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19374 opened May 26, 2025 by andristarr Loading…
Remove Shader weak_handles from bevy_pbr meshlets (with one exception). A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19368 opened May 25, 2025 by andriyDev Loading…
Core button 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 X-Controversial There is active debate or serious implications around merging this PR
#19366 opened May 25, 2025 by viridia Loading… 0.17
do not require bevy_dev_tools for states example A-States App-level states machines C-Examples An addition or correction to our examples
#19364 opened May 25, 2025 by mockersf Loading…
enable same state transitions A-States App-level states machines S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#19363 opened May 25, 2025 by mockersf Loading…
Test threads in ci doc test A-Build-System Related to build systems or continuous integration 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
#19359 opened May 24, 2025 by hukasu Loading…
SpatialListener now requires a Transform A-Audio Sounds playback and modification A-ECS Entities, components, systems, and events 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19357 opened May 24, 2025 by Wuketuke Loading…
bevy_render: disable GpuPreprocessingSupport for GL backend A-Rendering Drawing game state to the screen O-OpenGL Specific to the OpenGL render API P-Crash A sudden unexpected crash S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19355 opened May 24, 2025 by jakobhellermann Loading…
Use SlotMaps to store systems and system sets in Schedules 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 M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19352 opened May 24, 2025 by ItsDoot Draft
Adding interaction states for headless widgets. (ui only) 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 X-Controversial There is active debate or serious implications around merging this PR
#19349 opened May 23, 2025 by viridia Loading… 0.17
UI leaf node styling and scrollbars 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 X-Contentious There are nontrivial implications that should be thought through
#19344 opened May 23, 2025 by andrewzhurov Loading…
4
8
Image Node Rotation A-Rendering Drawing game state to the screen 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19340 opened May 23, 2025 by hukasu Loading…
2 tasks done
0.17
Color interpolation in OKLab, OKLCH spaces for UI gradients A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible D-Shaders This code uses GPU shader languages S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#19330 opened May 21, 2025 by ickshonpe Loading…
Fix EntityCloner replacing required components. A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19326 opened May 21, 2025 by eugineerd Loading… 0.16.1
Update add flake.nix example C-Docs An addition or correction to our documentation O-Linux Specific to the Linux desktop operating system S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19321 opened May 21, 2025 by Myxogastria0808 Loading…
Meshlet BVH Culling A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible D-Shaders This code uses GPU shader languages S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19318 opened May 21, 2025 by atlv24 Loading… 0.17
Render assets diagnostics A-Diagnostics Logging, crash handling, error reporting and performance analysis 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-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Blocked This cannot move forward until something else changes S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#19311 opened May 20, 2025 by hukasu Loading…
1 task
ProTip! Updated in the last three days: updated:>2025-05-25.