Skip to content

Pull requests: bevyengine/bevy

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add MeshTag to array_texture example to demonstrate layer selection in shader A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples D-Shaders This code uses GPU shader languages 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
#21989 opened Dec 1, 2025 by mgi388 Loading…
Fix scene viewer animation switching A-Animation Make things move and change over time C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples 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
#21871 opened Nov 17, 2025 by greeble-dev Loading…
Slightly improve the window settings example A-Windowing Platform-agnostic interface layer to run your app in 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
#21862 opened Nov 16, 2025 by rmsthebest Loading…
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…
Modifying the readme in example to address the wayland default C-Docs An addition or correction to our documentation C-Examples An addition or correction to our examples O-Linux Specific to the Linux desktop operating system S-Blocked This cannot move forward until something else changes
#21411 opened Oct 6, 2025 by vivekadishankara Loading…
Add Custom SubApp example A-App Bevy apps and plugins C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#21239 opened Sep 27, 2025 by radiantgurl Loading…
anchor layout example A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#21225 opened Sep 26, 2025 by ChristopherBiscardi Loading…
Set thumb color to lighter in core_widgets_observers when dragging with pointer not over A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples S-Blocked This cannot move forward until something else changes
#20947 opened Sep 10, 2025 by ickshonpe Loading…
Show off different methods for spawning related entities in examples/ecs/hierarchy.rs A-ECS Entities, components, systems, and events C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20904 opened Sep 6, 2025 by janis-bhm Loading…
Preventing excessive FPS text updates in the ui text example A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20768 opened Aug 26, 2025 by CodingLikeAMonkey Loading…
Inventory screen example A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#20718 opened Aug 22, 2025 by ickshonpe Loading…
Handle unallocated GPU memory for mesh extraction A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples 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
#20112 opened Jul 13, 2025 by mate-h Loading…
Spawn multiple chunks in the tilemap_chunk 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-Blocked This cannot move forward until something else changes
#19911 opened Jul 1, 2025 by kristoff3r Loading…
Selection menu A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#19771 opened Jun 21, 2025 by hukasu Draft
Add health bar example C-Examples An addition or correction to our examples 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
#19457 opened Jun 1, 2025 by GitGhillie Loading…
New Flappy Bird example A-Meta About the project itself C-Examples An addition or correction to our examples 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
#19282 opened May 18, 2025 by tertsdiepraam Draft
Example: projectile targeting moving object C-Docs An addition or correction to our documentation C-Examples An addition or correction to our examples 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
#19281 opened May 18, 2025 by kivi Loading…
Reorganize existing examples into "api"/"usage"/"games" A-Cross-Cutting Impacts the entire engine C-Examples An addition or correction to our examples D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Release-Note Work that should be called out in the blog due to impact S-Needs-Help The author needs help finishing this PR.
#19279 opened May 18, 2025 by inodentry Draft
11 of 18 tasks
0.18
New selection wheel example C-Examples An addition or correction to our examples 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
#19260 opened May 17, 2025 by kristoff3r Loading…
Explanation for the 'game menu' example A-UI Graphical user interfaces, styles, layouts, and widgets C-Docs An addition or correction to our documentation C-Examples An addition or correction to our examples 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
#19214 opened May 15, 2025 by fallible-algebra Loading…
Explanation for the '3d scene' example 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
#19206 opened May 13, 2025 by fallible-algebra Loading…
use Children::spawn and SpawnIter/Spawn in ui/box_shadow.rs A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#19128 opened May 8, 2025 by ChristopherBiscardi Loading…
Basics for the multi_window_camera_ui example A-Rendering Drawing game state to the screen A-Windowing Platform-agnostic interface layer to run your app in C-Examples An addition or correction to our examples 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 X-Uncontroversial This work is generally agreed upon
#18422 opened Mar 19, 2025 by tjlaxs Loading…
Add an example demonstrating how to use default query filtering and entity cloning to create a prefab system A-ECS Entities, components, systems, and events C-Examples An addition or correction to our examples S-Blocked This cannot move forward until something else changes S-Needs-Help The author needs help finishing this PR. X-Controversial There is active debate or serious implications around merging this PR
#17769 opened Feb 10, 2025 by alice-i-cecile Draft
6 tasks
Add an example for stochastic texture sampling A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples 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
#17527 opened Jan 24, 2025 by cBournhonesque Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.