-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
bevy_text: give swash a stable font id
A-Text
Rendering and layout for characters
C-Bug
An unexpected or incorrect behavior
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
Fix sorted batching without indirect drawing
A-Rendering
Drawing game state to the screen
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
Downgrade gpu_readback closed-channel log from warn to debug
#24707
opened Jun 22, 2026 by
PeteMichaud
Loading…
Update An unexpected or incorrect behavior
C-Dependencies
A change to the crates that Bevy depends on
D-Trivial
Nice and easy! A great choice to get started with Bevy
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Compile-Failure
A failure to compile Bevy apps
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
sysinfo dependency to version 0.39.5
C-Bug
#24706
opened Jun 22, 2026 by
Rynibami
Loading…
2 tasks done
Feathers radio bg
A-UI
Graphical user interfaces, styles, layouts, and widgets
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
#24704
opened Jun 22, 2026 by
gagnus
Contributor
Loading…
Respect
Window::focused when requesting macOS app activation on startup and window creation
#24702
opened Jun 22, 2026 by
ariofrio
Contributor
Loading…
Add Drawing game state to the screen
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-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
EnvironmentMapLight::with_intensity builder method
A-Rendering
#24692
opened Jun 21, 2026 by
tylercritchlow
Contributor
Loading…
Fix NaN okhsl/okhsv values when lightness approximates 0 or 1
A-Color
Color spaces and color math
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
#24691
opened Jun 21, 2026 by
beicause
Member
Loading…
Add Okhsla and Okhsva to Color spaces and color math
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
bevy_color::prelude
A-Color
#24688
opened Jun 21, 2026 by
beicause
Member
Loading…
Remove 0.19 deprecated code from Entities, components, systems, and events
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
bevy_ecs
A-ECS
#24687
opened Jun 20, 2026 by
Trashtalk217
Contributor
Loading…
clip_check_recursive fix
A-Picking
Bump parley from 0.9.0 to 0.10.0 and expose complex-scripts feature (#24094)
A-Text
Rendering and layout for characters
C-Dependencies
A change to the crates that Bevy depends on
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24683
opened Jun 20, 2026 by
unclepomedev
Loading…
feat: support for okhsl color space
A-Color
Color spaces and color math
A-Editor
Graphical tools to make Bevy games
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
D-Shaders
This code uses GPU shader languages
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#24678
opened Jun 20, 2026 by
zen-zap
Contributor
Loading…
Rename NextState::set_if_neq to set_if_different to resolve clashing
A-States
App-level states machines
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
M-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
#24676
opened Jun 20, 2026 by
mansiverma897993
Loading…
bevy_render: force swapchain recreation on Windows resize for tearing present modes
A-Windowing
Platform-agnostic interface layer to run your app in
C-Refinement
Improves output quality, without fixing a clear bug or adding new functionality.
O-Windows
Specific to the Windows desktop operating system
#24675
opened Jun 20, 2026 by
mansiverma897993
Loading…
ImageMeasure border-box sizing fix
A-UI
Apply temporal jitter to PreviousViewData
A-Rendering
Drawing game state to the screen
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
Solari: Fix MIS not using consistent PDF measures
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
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
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Solari: Add DLSS-RR toggle to example
A-Rendering
Drawing game state to the screen
C-Examples
An addition or correction to our examples
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
Update cpal requirement from 0.17 to 0.18
A-Audio
Sounds playback and modification
C-Dependencies
A change to the crates that Bevy depends on
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Testing
Testing must be done to verify an issue or fix
Update hashbrown requirement from 0.16.1 to 0.17.1
C-Dependencies
A change to the crates that Bevy depends on
S-Adopt-Me
The original PR author has no intent to complete this work. Pick me up!
#24661
opened Jun 19, 2026 by
dependabot
Bot
Loading…
Render optional Tools used to debug Bevy applications.
A-Rendering
Drawing game state to the screen
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
bevy_dev_tools
A-Dev-Tools
Deduplicate access_iter test logic
A-ECS
Entities, components, systems, and events
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
#24653
opened Jun 17, 2026 by
SpecificProtagonist
Contributor
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.