-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issues: bevyengine/bevy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Feature: 2d Point Lights.
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
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-Contentious
There are nontrivial implications that should be thought through
#19539
opened Jun 8, 2025 by
Adriigbs
Loading…
ComponentId
system param
C-Feature
#19535
opened Jun 8, 2025 by
lotus128
TextShadow
doesn't work with Text2d
A-Rendering
#19529
opened Jun 8, 2025 by
djeedai
bevy::ecs::schedule::common_conditions::not
support SystemInput
C-Feature
#19527
opened Jun 7, 2025 by
lotus128
Add system parameter for relation quieries
A-ECS
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
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-Contentious
There are nontrivial implications that should be thought through
#19526
opened Jun 7, 2025 by
KurlykovDanila
•
Draft
1 of 5 tasks
Support looping sections in audio playback
A-Audio
Sounds playback and modification
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
S-Needs-Triage
This issue needs to be labelled
#19525
opened Jun 7, 2025 by
viridia
Schema types metadata
A-Dev-Tools
Tools used to debug Bevy applications.
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
#19524
opened Jun 7, 2025 by
Leinnan
Loading…
Bundle refactor - Entities, components, systems, and events
C-Feature
A new feature, making something new possible
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-Benchmarking
This set of changes needs performance benchmarking to double-check that they help
S-Needs-Help
The author needs help finishing this PR.
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
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
Option
bundles and Box<dyn Bundle>
A-ECS
Assets::get_many
A-Assets
#19484
opened Jun 3, 2025 by
Wuketuke
Loading…
PlaneMeshBuilder: allow for different number of subdivisions in X and Z directions
A-Math
Fundamental domain-agnostic mathematical operations
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
X-Uncontroversial
This work is generally agreed upon
#19479
opened Jun 3, 2025 by
Wuketuke
Loading…
Simpler shaders for 3D meshes
A-Rendering
Drawing game state to the screen
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
#19474
opened Jun 3, 2025 by
viridia
Frustum gizmo
A-Gizmos
Visual editor and debug gizmos
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
#19468
opened Jun 2, 2025 by
hukasu
Allow for outgoing error reporting using GLOBAL_ERROR_HANDLER / set_error_handler
A-ECS
Entities, components, systems, and events
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-Design
This issue requires design work to think about how it would best be accomplished
X-Uncontroversial
This work is generally agreed upon
#19466
opened Jun 2, 2025 by
m-edlund
Add Drawing game state to the screen
C-Feature
A new feature, making something new possible
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
X-Contentious
There are nontrivial implications that should be thought through
ZIndex
, YSort
, and SortBias
2d components
A-Rendering
Allow images to be resized on the GPU without losing data
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
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
#19462
opened Jun 2, 2025 by
tychedelia
Loading…
Shared components
A-ECS
Entities, components, systems, and events
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-Design
This issue requires design work to think about how it would best be accomplished
X-Controversial
There is active debate or serious implications around merging this PR
#19456
opened Jun 1, 2025 by
eugineerd
Loading…
Query as Entities
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Controversial
There is active debate or serious implications around merging this PR
#19454
opened Jun 1, 2025 by
re0312
1 of 6 tasks
Remove entity reserving/pending/flushing system
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
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-Controversial
There is active debate or serious implications around merging this PR
#19451
opened May 31, 2025 by
ElliottjPierce
Loading…
5 tasks
Make Handle to be a Component (again)
A-Assets
Load files from disk to use for things like images, models, and sounds
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
X-Controversial
There is active debate or serious implications around merging this PR
#19407
opened May 28, 2025 by
smer44
Implement 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-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
SystemCondition
for systems returning Result<bool, BevyError>
and Result<(), BevyError>
A-ECS
#19403
opened May 27, 2025 by
urben1680
Information about supported extensions in Load files from disk to use for things like images, models, and sounds
A-Reflection
Runtime information about types
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
ReflectAsset
A-Assets
#19399
opened May 27, 2025 by
Leinnan
Core button widget
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
X-Controversial
There is active debate or serious implications around merging this PR
Test threads in ci doc test
A-Build-System
Related to build systems or continuous integration
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
#19359
opened May 24, 2025 by
hukasu
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2025-06-05.