CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 14:00:11 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
cache-control: no-cache
etag: W/"715b92cc5660b14f6349f5679d6f514d"
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=tlwdT9Jug4r0PhKmWPKNwjC8SvNCgwqizZJ%2BCnScH1UMNG9p%2BZ8t0yMVOEV2DxTmQb7l5RtcstlKFn%2BLeeRda%2F4A3aCbNaAD2BMyjqpnI%2F8e4N%2FsnPivCq8JqwtywaJkGgxczv5ezw79KMnWTEqciLn%2FQmfGBol9hJlcSqUMmgC2esmeI4oi%2FQXHWP%2F%2FYxns6RJCBM1MvBZrpWDAp%2BaoVA4fHZf877x8BZTUORpHp%2BBv6pVP1aPdE5QFvr4NIa15jxJzNtn9lEY%2F4ln5Ikotcg%3D%3D--qJ2v1K7SBSYoukL4--Juhd3RDWMIuLeORlOUEqTA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.804931183.1760536810; Path=/; Domain=github.com; Expires=Thu, 15 Oct 2026 14:00:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 15 Oct 2026 14:00:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9AAA:358452:2B18F3:3048A9:68EFA8EA
Pull requests · bevyengine/bevy · GitHub
Filter by project
Loading
Filter by reviews
Sort by
User-facing camera APIs and controllers.
A-Dev-Tools
Tools used to debug Bevy applications.
C-Bug
An unexpected or incorrect behavior
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Match input common_conditions bounds with ButtonInput
#21554
opened Oct 15, 2025 by
akimakinai
Loading…
Allow DiagnosticsBuffer to be applied even if DiagnosticsStore is missing.
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-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#21550
opened Oct 14, 2025 by
andriyDev
Loading…
refactor(free-cam): separate configuration settings and dynamic state for the free camera controller
A-Camera
User-facing camera APIs and controllers.
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Rename clear_related methods to detach_related
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
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
#21537
opened Oct 14, 2025 by
WaterWhisperer
Loading…
Font reference counting using hooks
A-Text
Rendering and layout for characters
C-Performance
A change motivated by improving speed, memory usage or compile times
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
#21535
opened Oct 13, 2025 by
ickshonpe
Loading…
time 2.0: stepable, non monotonic,
A-Time
Involves time keeping and reporting
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
add note about hdr to custom post process.
A-Rendering
Drawing game state to the screen
C-Examples
An addition or correction to our examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#21525
opened Oct 13, 2025 by
ChristopherBiscardi
Loading…
feat(pan-cam): add scaffolding for 2D pan camera controller
A-Camera
User-facing camera APIs and controllers.
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Support Ui to perform Transform in the world
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Controversial
There is active debate or serious implications around merging this PR
#21514
opened Oct 12, 2025 by
MushineLament
•
Draft
5 of 9 tasks
Add optional wordvec feature for RelationshipSourceCollection
A-ECS
Entities, components, systems, and events
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-Controversial
There is active debate or serious implications around merging this PR
#21513
opened Oct 12, 2025 by
SOF3
Loading…
Add a debug-only alternative to Entities, components, systems, and events
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Name
A-ECS
#21509
opened Oct 11, 2025 by
greeble-dev
•
Draft
Improve Frustum struct readability
A-Camera
User-facing camera APIs and controllers.
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
#21508
opened Oct 11, 2025 by
Breakdown-Dog
Loading…
Clarify User-facing camera APIs and controllers.
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
from_viewport_and_override
logic
A-Camera
#21506
opened Oct 11, 2025 by
Breakdown-Dog
Loading…
Make Logging, crash handling, error reporting and performance analysis
A-Rendering
Drawing game state to the screen
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
RecordDiagnostics::time_span
take CommandEncoder
A-Diagnostics
#21504
opened Oct 11, 2025 by
akimakinai
Loading…
General entity set cleanup
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Docs
An addition or correction to our documentation
C-Performance
A change motivated by improving speed, memory usage or compile times
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
D-Unsafe
Touches with unsafe code in some way
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#21498
opened Oct 10, 2025 by
Victoronz
Loading…
Implicit text roots
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
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
X-Controversial
There is active debate or serious implications around merging this PR
#21496
opened Oct 10, 2025 by
ickshonpe
Loading…
Make BEVY_REFLECT_AUTO_REGISTER_STATIC require a target dir
A-Dev-Tools
Tools used to debug Bevy applications.
C-Bug
An unexpected or incorrect behavior
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
#21494
opened Oct 10, 2025 by
eugineerd
Loading…
allow TextureFormat for depth/stencil to be passed down to render pipelines
A-Rendering
Drawing game state to the screen
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
#21493
opened Oct 10, 2025 by
raketenben
Loading…
FreeCam
: change walk_speed scaling to avoid sticking to zero/negative speeds
A-Camera
Generic composite primitive gizmos / rework
A-Gizmos
Visual editor and debug gizmos
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-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
#21480
opened Oct 9, 2025 by
tigregalis
•
Draft
MovingPtr<'_,B: Bundle> impls Bundle but with Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Unsafe
Touches with unsafe code in some way
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
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
typeid
A-ECS
#21454
opened Oct 8, 2025 by
janis-bhm
Loading…
Fix scroll speed compounding math
A-Camera
User-facing camera APIs and controllers.
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
Refactor Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
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
SubCameraView
A-Rendering
Previous Next
ProTip!
Follow long discussions with comments:>50.
You can’t perform that action at this time.