-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
#19355
opened May 24, 2025 by
jakobhellermann
Loading…
Enable state scoped entities by default
A-States
App-level states machines
#19354
opened May 24, 2025 by
mockersf
Loading…
Use 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
SlotMap
s to store systems and system sets in Schedule
s
A-ECS
Fix spawn tracking for spawn commands
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
Fix EntityMeta.spawned_or_despawned unsoundness
A-ECS
Entities, components, systems, and events
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
P-Unsound
A bug that results in undefined compiler behavior
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
Fix custom relations panics with parent/child relations
#19341
opened May 23, 2025 by
HeartofPhos
Loading…
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
chore:added compiler_error!() for additional description to vague error
#19334
opened May 22, 2025 by
DeveloperMindset123
Loading…
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…
Update .entry() docs to show both insert-then-modify and modify-or-insert examples
C-Docs
An addition or correction to our documentation
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
#19327
opened May 21, 2025 by
theotherphil
Loading…
Fix Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
EntityCloner
replacing required components.
A-ECS
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…
doc(render): fix incorrectly transposed view matrix docs
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Docs
An addition or correction to our documentation
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Mention in .add_observer() docs that first parameter must be a Trigger
C-Docs
An addition or correction to our documentation
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
#19315
opened May 20, 2025 by
theotherphil
Loading…
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-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…
Hot patching systems with subsecond
A-Dev-Tools
Tools used to debug Bevy applications.
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
refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform
A-Utils
Utility functions and types
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
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
#19305
opened May 20, 2025 by
atlv24
Loading…
refactor(render): move WgpuWrapper into bevy_utils
A-Utils
Utility functions and types
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-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
#19303
opened May 20, 2025 by
atlv24
Loading…
Make 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
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
into a new primitive shape
A-Rendering
#19302
opened May 20, 2025 by
ecoskey
Loading…
3 tasks done
Workaround for import diagnostics failing to mention disabled features
A-Cross-Cutting
Impacts the entire engine
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Needs-Help
The author needs help finishing this PR.
X-Contentious
There are nontrivial implications that should be thought through
#19297
opened May 19, 2025 by
greeble-dev
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.