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

Solari: Fix removed RaytracingMesh3d component 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
#24764 opened Jun 26, 2026 by JMS55 Contributor Loading…
Bump super-linter/super-linter/slim from 8.6.0 to 8.7.0 C-Dependencies A change to the crates that Bevy depends on
#24761 opened Jun 26, 2026 by dependabot Bot Loading…
Bump actions/setup-java from 5.2.0 to 5.3.0 C-Dependencies A change to the crates that Bevy depends on
#24760 opened Jun 26, 2026 by dependabot Bot Loading…
Bump actions/checkout from 6.0.3 to 7.0.0 C-Dependencies A change to the crates that Bevy depends on
#24759 opened Jun 26, 2026 by dependabot Bot Loading…
Updated multiple_text_inputs example to use an observer A-Text Rendering and layout for characters C-Examples An addition or correction to our examples 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
#24758 opened Jun 25, 2026 by Cyannide Loading…
Remove focus from EditableText when clicked outside without requiring TabNavigationPlugin A-Text Rendering and layout for characters 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
#24757 opened Jun 25, 2026 by taearls Loading…
Improve document for App::update() A-ECS Entities, components, systems, and events C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24754 opened Jun 25, 2026 by TheCGDF Loading…
Add World::resource_entity to retrieve entity associated to resource A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible 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
#24753 opened Jun 25, 2026 by Miguel0312 Loading…
Add const to bevy_math functions where applicable A-Math Fundamental domain-agnostic mathematical operations 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
#24752 opened Jun 25, 2026 by davidgraymi Loading…
Extend AppExit::Error(NonZero<u8>) to AppExit::Error(NonZero<u8>, Option<String>) A-App Bevy apps and plugins
#24751 opened Jun 25, 2026 by mansiverma897993 Contributor Loading…
Remove unwanted doc(hidden) attributes on BSN A-Scenes Composing and serializing ECS objects C-Docs An addition or correction to our documentation S-Needs-Design This issue requires design work to think about how it would best be accomplished
#24750 opened Jun 25, 2026 by PhantomMorrigan Contributor Loading… 0.19.1
Always centered radio marks 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#24749 opened Jun 25, 2026 by ickshonpe Contributor Loading…
Add reflect_clone_incomplete and make PartialReflect::to_dynamic fallible A-Reflection Runtime information about types C-Code-Quality A section of code that is hard to understand or change C-Feature A new feature, making something new possible C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Macros Code that generates Rust code D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes 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
#24748 opened Jun 24, 2026 by alice-i-cecile Member Loading…
Add mutation_by_reflection example A-Reflection Runtime information about types 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 X-Uncontroversial This work is generally agreed upon
#24747 opened Jun 24, 2026 by alice-i-cecile Member Loading…
Fix handling of WindowResolution change A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Uncontroversial This work is generally agreed upon
#24746 opened Jun 24, 2026 by B0ryskart0n Loading… 0.20
Expose system accesses and filters in BRP schedule.graph A-Dev-Tools Tools used to debug Bevy applications. A-ECS Entities, components, systems, and events D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24743 opened Jun 24, 2026 by Zeophlite Contributor Loading…
Lower default size for AtmosphereEnvironmentMapLight A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times 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
#24738 opened Jun 24, 2026 by dylansechet Contributor Loading…
Clamp SpotLight.outer_angle to pi/2-epsilon at extraction time 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#24734 opened Jun 23, 2026 by dylansechet Contributor Loading… 0.19.1
Add tab support to text gizmos A-Gizmos Visual editor and debug gizmos A-Text Rendering and layout for characters C-Feature A new feature, making something new possible 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
#24732 opened Jun 23, 2026 by tylercritchlow Contributor Loading…
feat(scroll): change scroll dt to_pixels A-UI Graphical user interfaces, styles, layouts, and widgets D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24731 opened Jun 23, 2026 by nuts-rice Contributor Loading…
Components as entities (v2) A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#24728 opened Jun 23, 2026 by Trashtalk217 Contributor Loading…
Light theme added to bevy_feathers (first pass) A-Art Art, UX or graphic design A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible M-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide 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 X-Needs-SME This type of work requires an SME to approve it.
#24726 opened Jun 23, 2026 by gagnus Contributor Loading… 0.20
ProTip! Exclude everything labeled bug with -label:bug.