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

Support all text styles for text input
#24187 opened May 8, 2026 by chronicl Contributor Loading…
Update guillotiere requirement from 0.6.0 to 0.7.0 C-Dependencies A change to the crates that Bevy depends on
#24186 opened May 8, 2026 by dependabot Bot Loading…
Update lz4_flex requirement from 0.12 to 0.13 C-Dependencies A change to the crates that Bevy depends on
#24185 opened May 8, 2026 by dependabot Bot Loading…
Bump github/codeql-action from 4.35.2 to 4.35.3 C-Dependencies A change to the crates that Bevy depends on
#24184 opened May 8, 2026 by dependabot Bot Loading…
Bump actions/cache from 5.0.4 to 5.0.5 C-Dependencies A change to the crates that Bevy depends on
#24183 opened May 8, 2026 by dependabot Bot Loading…
Collapse selection on text focus lost
#24182 opened May 8, 2026 by chronicl Contributor Loading…
headless_renderer: copy render target after RenderQueue has been submitted A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples 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
#24178 opened May 7, 2026 by rectalogic Contributor Loading…
Bevy 0.19 release note pass A-Cross-Cutting Impacts the entire engine A-Meta About the project itself C-Docs An addition or correction to our documentation D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it X-Contentious There are nontrivial implications that should be thought through
#24176 opened May 7, 2026 by alice-i-cecile Member Loading… 0.19
bsn: Allow passing EntityTemplate into scene functions and Scene Component @props A-Scenes Composing and serializing ECS objects C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Contentious There are nontrivial implications that should be thought through
#24174 opened May 7, 2026 by laundmo Contributor Loading…
3 of 4 tasks
Reduce size of Typed::type_info() 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 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
#24171 opened May 7, 2026 by greeble-dev Contributor Loading…
Tracked one-shot systems A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times 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
#24165 opened May 7, 2026 by ItsDoot Contributor Loading…
Resource hooks & immutable resources A-ECS Entities, components, systems, and events D-Macros Code that generates Rust code 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
#24164 opened May 7, 2026 by SpecificProtagonist Contributor Loading… 0.19
free camera controller add local space Y controls A-Camera User-facing camera APIs and controllers. A-Dev-Tools Tools used to debug Bevy applications. C-Feature A new feature, making something new possible 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
#24161 opened May 6, 2026 by TinyZilla Loading…
new UI clipping implementation A-Picking Pointing at and selecting objects of all sorts A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Feature A new feature, making something new possible M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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
#24148 opened May 6, 2026 by ickshonpe Contributor Loading…
Scratch param A-ECS Entities, components, systems, and events A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use 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 X-Contentious There are nontrivial implications that should be thought through
#24140 opened May 5, 2026 by loreball Contributor Draft
Add Okhsla and Okhsva to bevy_color A-Color Color spaces and color math 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
#24137 opened May 5, 2026 by beicause Member Loading…
1 task done
Fix: Use auxiliary entity (reg view camera) for gpu visibility range culling if defined A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Help The author needs help finishing this PR. S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#24133 opened May 5, 2026 by kfc35 Contributor Loading… 0.19
feat(bevy_image): Support tileset grids to be created through the ImageArrayLayout A-Rendering Drawing game state to the screen 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 X-Uncontroversial This work is generally agreed upon
#24132 opened May 5, 2026 by Blue-Pilkinton-Ching Loading…
Add more reflection tests for Handle A-Assets Load files from disk to use for things like images, models, and sounds A-Reflection Runtime information about types 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
#24115 opened May 4, 2026 by greeble-dev Contributor Loading…
Make the Tracy layer optional, even when compiled with feature = "tracing-tracy" A-Diagnostics Logging, crash handling, error reporting and performance analysis 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
#24109 opened May 3, 2026 by nfagerlund Contributor Loading…
Entity ranges A-ECS Entities, components, systems, and events D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Needs-SME This type of work requires an SME to approve it.
#24102 opened May 3, 2026 by Trashtalk217 Contributor Loading…
Feathers scrollbar and list view. 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-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
#24092 opened May 3, 2026 by viridia Contributor Draft 0.20
Fix transform gizmo drag using stale camera / transform state A-Dev-Tools Tools used to debug Bevy applications. 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
#24091 opened May 3, 2026 by mufeng1991 Loading…
Add OpenType font variations A-Text Rendering and layout for characters C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#24088 opened May 2, 2026 by chronicl Contributor Loading…
SystemId scene templating A-ECS Entities, components, systems, and events A-Scenes Composing and serializing ECS objects C-Usability A targeted quality-of-life change that makes Bevy easier to use 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
#24087 opened May 2, 2026 by ItsDoot Contributor Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.