Sitelet https://github.com/bevyengine/bevy/pulls
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

Improve bevy settings docs
#25547 opened Aug 25, 2026 by DoubleThoughtTheProgrammer Loading…
Add accessors for fields in ReflectSettingsGroup.
#25546 opened Aug 25, 2026 by PizzaLvr49 Contributor Loading…
Update to Taffy 14 A-UI Graphical user interfaces, styles, layouts, and widgets D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25545 opened Aug 25, 2026 by ickshonpe Contributor Loading… 0.20
Run the tonemapping pass for cameras off the SDR in-shader fast path 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
#25544 opened Aug 25, 2026 by stuartparmenter Contributor Loading…
Populate PointerMap using hooks A-Picking Pointing at and selecting objects of all sorts 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#25543 opened Aug 25, 2026 by cart Member Loading… 0.20
Fix panic in Timer::almost_finish A-Time Involves time keeping and reporting D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25542 opened Aug 25, 2026 by justDeeevin Loading…
UiLayoutTree A-UI Graphical user interfaces, styles, layouts, and widgets D-Complex Quite challenging from either a design or technical perspective. Ask for help! 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
#25541 opened Aug 24, 2026 by ickshonpe Contributor Loading…
Fix sRGB luminance texture conversion 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25538 opened Aug 24, 2026 by issam3105 Contributor Loading…
Add global enabled bool toggle to PanOrbitCamera component A-Camera User-facing camera APIs and controllers. D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25537 opened Aug 24, 2026 by 3to1dash Loading…
Fix debug-profile slider stutter (#25500) A-UI Graphical user interfaces, styles, layouts, and widgets 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
#25536 opened Aug 24, 2026 by bugsweeper Contributor Loading…
Taffy node removal fix A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25535 opened Aug 24, 2026 by ickshonpe Contributor Loading… 0.19.2
Em and rem coords layout tests A-UI Graphical user interfaces, styles, layouts, and widgets 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25534 opened Aug 24, 2026 by ickshonpe Contributor Loading…
text input: EditableText::value() -> Cow<str> A-UI Graphical user interfaces, styles, layouts, and widgets D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25532 opened Aug 24, 2026 by Cyannide Contributor Loading…
fixes for action cache 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
#25529 opened Aug 23, 2026 by mockersf Member Loading…
Migrate anisotropy to feathers C-Examples An addition or correction to our examples S-Blocked This cannot move forward until something else changes
#25528 opened Aug 23, 2026 by tevans-3 Member Loading…
Refactor examples/helpers/checkbox.rs A-UI Graphical user interfaces, styles, layouts, and widgets D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25527 opened Aug 23, 2026 by tevans-3 Member Loading…
Update PCCM example asset URLs to raw.githubusercontent.com 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
#25526 opened Aug 23, 2026 by sk0g Loading…
Bypass change detection when taking a mut ref to editable_text in update_editable_text_layout 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
#25525 opened Aug 23, 2026 by gagnus Contributor Loading… 0.19.2
Micro-optimize and clean up Tables::move_row A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25523 opened Aug 23, 2026 by JaySpruce Member Loading…
Migrate bounding_2d to use Feathers. C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#25521 opened Aug 23, 2026 by Tatsuya0330 Contributor Loading…
experimenting: remove some env keys from ci.yml A-Build-System Related to build systems or continuous integration S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#25516 opened Aug 22, 2026 by janis-bhm Contributor Draft
Upstream Jackdaw tab widget for bevy UI 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25515 opened Aug 22, 2026 by jbuehler23 Contributor Loading…
Solari v8: Disable ReSTIR by default 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#25513 opened Aug 22, 2026 by JMS55 Contributor Loading…
Switch WgpuWrapper to a macro and have it compute Send/Sync eagerly 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
#25512 opened Aug 22, 2026 by SkiFire13 Contributor Loading… 0.20
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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.