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
Sort

Pull requests list

Add simple preferences API A-App Bevy apps and plugins 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-Adopt-Me The original PR author has no intent to complete this work. Pick me up! X-Controversial There is active debate or serious implications around merging this PR
#13312 opened May 10, 2024 by aevyrie Loading…
UI Image Rotation A-UI Graphical user interfaces, styles, layouts, and widgets C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Blocked This cannot move forward until something else changes S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Controversial There is active debate or serious implications around merging this PR
#6688 opened Nov 18, 2022 by ickshonpe Loading…
Nward/commands error handling 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 S-Needs-SME Decision or review from an SME is required S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Controversial There is active debate or serious implications around merging this PR
#11184 opened Jan 2, 2024 by EngoDev Loading…
Add UI keyboard navigation A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible S-Needs-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#8882 opened Jun 18, 2023 by 0HyperCube Loading…
Add DefaultQueryFilters A-ECS Entities, components, systems, and events A-Networking Sending data between clients, servers and machines 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-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#13120 opened Apr 27, 2024 by NiseVoid Loading…
Unify RenderLayers and TargetCamera (Part 1: RenderGroups) [ADOPT ME] A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use M-Needs-Release-Note Work that should be called out in the blog due to impact S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! X-Controversial There is active debate or serious implications around merging this PR
#12502 opened Mar 15, 2024 by UkoeHB Loading…
4 of 5 tasks
Opt out change detection A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#6659 opened Nov 17, 2022 by james7132 Loading…
Added UI Opacity A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Controversial There is active debate or serious implications around merging this PR
#11716 opened Feb 5, 2024 by Sjael Loading…
Enable Wayland by default A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Blocked This cannot move forward until something else changes
#10792 opened Nov 29, 2023 by amytimed Loading…
Add Transform2d component A-Rendering Drawing game state to the screen A-Transform Translations, rotations and scales 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-Needs-Design-Doc This issue or PR is particularly complex, and needs an approved design doc before it can be merged X-Controversial There is active debate or serious implications around merging this PR
#8268 opened Mar 30, 2023 by tim-blackbird Loading…
1 task done
Use Leafwing-Studios/cargo-cache in CI A-Build-System Related to build systems or continuous integration 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-Needs-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#13040 opened Apr 20, 2024 by BD103 Loading…
Run Bevy in web worker context C-Feature A new feature, making something new possible C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! O-Web Specific to web (WASM) builds
#8278 opened Mar 31, 2023 by haibane-tenshi Draft
Replaced 'w and 's with 'world and 'state resp. everywhere A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use X-Controversial There is active debate or serious implications around merging this PR
#8201 opened Mar 24, 2023 by CGMossa Loading…
Added Fallible System Params A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#7162 opened Jan 11, 2023 by JonahPlusPlus Loading…
Take non-Send resources out of World A-App Bevy apps and plugins A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change D-Complex Quite challenging from either a design or technical perspective. Ask for help! M-Needs-Release-Note Work that should be called out in the blog due to impact S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! X-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#9122 opened Jul 12, 2023 by maniwani Draft
Replace Transform in the UI with NodeTransform A-UI Graphical user interfaces, styles, layouts, and widgets 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 M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide X-Controversial There is active debate or serious implications around merging this PR
#8240 opened Mar 28, 2023 by ickshonpe Loading…
Moved UI widgets to a bevy_widget crate A-UI Graphical user interfaces, styles, layouts, and widgets 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-SME Decision or review from an SME is required X-Controversial There is active debate or serious implications around merging this PR
#7197 opened Jan 14, 2023 by Pietrek14 Loading…
Adding skybox to motion_blur 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 X-Contentious There are nontrivial implications that should be thought through
#13671 opened Jun 4, 2024 by andristarr Loading…
Hide some re-exports by default. A-Cross-Cutting Impacts the entire engine C-Usability A targeted quality-of-life change that makes Bevy easier to use 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-Contentious There are nontrivial implications that should be thought through
#13673 opened Jun 4, 2024 by mintlu8 Loading…
Add user-defined clipping A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible
#9866 opened Sep 20, 2023 by andersesbensen Loading…
Add Join system combinator, allow for multiple multiple input piping 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!
#8715 opened May 29, 2023 by Trashtalk217 Draft
Store taffy node keys in components A-UI Graphical user interfaces, styles, layouts, and widgets C-Performance A change motivated by improving speed, memory usage or compile times X-Controversial There is active debate or serious implications around merging this PR
#8297 opened Apr 3, 2023 by ickshonpe Loading…
Move ShaderCache shader defs into PipelineCache A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior
#7903 opened Mar 5, 2023 by Shfty Loading…
Consolidate together Bevy's TaskPools A-ECS Entities, components, systems, and events A-Tasks Tools for parallel and async work C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! 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-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
#12090 opened Feb 24, 2024 by james7132 Loading…
Improved glTF extension support A-Animation Make things move and change over time A-glTF Related to the glTF 3D scene/model format 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 X-Controversial There is active debate or serious implications around merging this PR
#12039 opened Feb 22, 2024 by MalekiRe Loading…
ProTip! no:milestone will show everything without a milestone.