-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Update
ChildOf
deprecation advice to match new layout
#18089
opened Feb 28, 2025 by
greeble-dev
Loading…
AssetServer out of bounds protection
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
#18088
opened Feb 28, 2025 by
Threadzless
Loading…
Implement Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
RelationshipSourceCollection
for Entity
A-ECS
#18087
opened Feb 28, 2025 by
dmyyy
Loading…
simplify macro code in Component.rs
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
D-Macros
Code that generates Rust code
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18083
opened Feb 27, 2025 by
Bleachfuel
Loading…
Make Query::single (and friends) return a Result
A-ECS
Entities, components, systems, and events
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Recursive run_system
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18076
opened Feb 27, 2025 by
SpecificProtagonist
Loading…
Fix panic when a mesh has skinning attributes but no Make things move and change over time
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Crash
A sudden unexpected crash
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
SkinnedMesh
component
A-Animation
Compile fail stderr
A-Build-System
Related to build systems or continuous integration
C-Testing
A change that impacts how we test Bevy or how users test their apps
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Update Entities, components, systems, and events
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
EntityCommands::trigger
to check for the entity's existence
A-ECS
#18071
opened Feb 27, 2025 by
JaySpruce
Loading…
Use Pointing at and selecting objects of all sorts
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
RayMap
and RenderLayers
in bevy_sprite/picking_backend
A-Picking
#18069
opened Feb 27, 2025 by
bytemunch
Loading…
RPC Discover endpoint with basic informations
A-Dev-Tools
Tools used to debug Bevy applications.
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18068
opened Feb 27, 2025 by
Leinnan
Loading…
Add Entities, components, systems, and events
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
IntoSystem::with_input
and ::with_input_from
system wrappers
A-ECS
#18067
opened Feb 27, 2025 by
ItsDoot
Loading…
Add per-pixel iterators to Drawing game state to the screen
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
Image
A-Rendering
#18063
opened Feb 26, 2025 by
grind086
Loading…
Allow Color spaces and color math
C-Feature
A new feature, making something new possible
D-Trivial
Nice and easy! A great choice to get started with Bevy
O-Embedded
Weird hardware and no_std platforms
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
bevy_reflect
and wgpu-types
features in no_std
for bevy_color
A-Color
Create Utility functions and types
C-Code-Quality
A section of code that is hard to understand or change
X-Controversial
There is active debate or serious implications around merging this PR
bevy_label
crate
A-Utils
#18059
opened Feb 26, 2025 by
hukasu
Loading…
Add methods to bulk replace relationships on a entity
A-ECS
Entities, components, systems, and events
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-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
chore: update compile fail test stderr files
A-Cross-Cutting
Impacts the entire engine
C-Bug
An unexpected or incorrect behavior
C-Testing
A change that impacts how we test Bevy or how users test their apps
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#18056
opened Feb 26, 2025 by
RobWalt
Loading…
Update Fundamental domain-agnostic mathematical operations
C-Dependencies
A change to the crates that Bevy depends on
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Blocked
This cannot move forward until something else changes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
rand
, glam
and encase
to latest versions
A-Math
#18047
opened Feb 26, 2025 by
Bluefinger
•
Draft
Add scenes similar to Related to build systems or continuous integration
A-Rendering
Drawing game state to the screen
C-Testing
A change that impacts how we test Bevy or how users test their apps
S-Blocked
This cannot move forward until something else changes
X-Contentious
There are nontrivial implications that should be thought through
deferred_rendering
to 3d testbed
A-Build-System
#18046
opened Feb 26, 2025 by
hukasu
Loading…
Combine Entities, components, systems, and events
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-Controversial
There is active debate or serious implications around merging this PR
Query::get
and Query::get_many
A-ECS
#18036
opened Feb 25, 2025 by
chescock
Loading…
Replace internal uses of Entities, components, systems, and events
A-Rendering
Drawing game state to the screen
C-Code-Quality
A section of code that is hard to understand or change
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
insert_or_spawn_batch
A-ECS
light cookies
A-Rendering
Drawing game state to the screen
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
#18031
opened Feb 25, 2025 by
robtfm
Loading…
Use register_dynamic for merging
A-ECS
Entities, components, systems, and events
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
Add bindless support back to 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
ExtendedMaterial
.
A-Rendering
#18025
opened Feb 25, 2025 by
pcwalton
Loading…
Make asset watcher work when path contains "../"
A-Assets
Load files from disk to use for things like images, models, and sounds
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
X-Contentious
There are nontrivial implications that should be thought through
#18023
opened Feb 24, 2025 by
Threadzless
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-01-28.