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

Enable async setup of an application A-App Bevy apps and plugins C-Feature A new feature, making something new possible X-Controversial There is active debate or serious implications around merging this PR
#8607 opened May 12, 2023 by mockersf Loading…
Expose SystemMeta field accessors (#5497) 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!
#7119 opened Jan 7, 2023 by WinstonHartnett Loading…
[PoC] Add support for async "coroutine" systems 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! X-Controversial There is active debate or serious implications around merging this PR
#6641 opened Nov 16, 2022 by CAD97 Loading…
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…
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…
extensible view bindgroups / reusable binding definitions A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use
#6738 opened Nov 23, 2022 by robtfm Draft
Add tokio as an optional bevy_tasks backend A-Tasks Tools for parallel and async work C-Feature A new feature, making something new possible C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#6762 opened Nov 26, 2022 by james7132 Draft
Create an initially paused timer A-Time Involves time keeping and reporting C-Usability A targeted quality-of-life change that makes Bevy easier to use
#6766 opened Nov 26, 2022 by blaind Draft
bevy_reflect: Allow #[reflect(skip_serializing)] on enum variant fields A-Reflection Runtime information about types C-Bug An unexpected or incorrect behavior
#6767 opened Nov 26, 2022 by MrGVSV Loading…
Storage texture support for AsBindgroup. A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible
#6795 opened Nov 29, 2022 by detrimentalist Loading…
RFC: Improve performance of AnimationPlayer. A-Animation Make things move and change over time C-Performance A change motivated by improving speed, memory usage or compile times S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#6821 opened Dec 2, 2022 by therealbnut Draft
Move NonSend resources out of world into their own storage A-App Bevy apps and plugins A-ECS Entities, components, systems, and events A-Tasks Tools for parallel and async work
#6855 opened Dec 5, 2022 by hymm Draft
5 tasks
Added examples for async client/server files C-Examples An addition or correction to our examples
#6892 opened Dec 8, 2022 by vikingSec Loading…
FromType specialization A-Reflection Runtime information about types C-Usability A targeted quality-of-life change that makes Bevy easier to use
#6055 opened Sep 22, 2022 by oddfacade Loading…
Use SparseArray to back Resources A-ECS Entities, components, systems, and events A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times
#7136 opened Jan 9, 2023 by james7132 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…
Make move_sprite both more general and more illustrative. C-Examples An addition or correction to our examples
#7178 opened Jan 13, 2023 by stephenmartindale 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…
Move AmbientLight to a component, instead of a resource. A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible C-Usability A targeted quality-of-life change that makes Bevy easier to use X-Contentious There are nontrivial implications that should be thought through
#7209 opened Jan 15, 2023 by Cluster7ck Loading…
Show basic application integration testing (#2896) C-Examples An addition or correction to our examples C-Testing A change that impacts how we test Bevy or how users test their apps
#7314 opened Jan 21, 2023 by Wcubed Loading…
Fix detailed_trace module scope A-Utils Utility functions and types C-Bug An unexpected or incorrect behavior 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
#15912 opened Oct 14, 2024 by BenjaminBrienen Loading…
Add ability to downgrade SystemParams to read only A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible 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!
#7330 opened Jan 22, 2023 by harudagondi Draft
4 of 9 tasks
Added basic tests for asset loaders (#6964) A-Assets Load files from disk to use for things like images, models, and sounds C-Code-Quality A section of code that is hard to understand or change C-Testing A change that impacts how we test Bevy or how users test their apps
#7331 opened Jan 22, 2023 by Wcubed Loading…
Add beginning of complex serialization / deserialization tests (#6834) A-Scenes Serialized ECS data stored on the disk C-Code-Quality A section of code that is hard to understand or change C-Testing A change that impacts how we test Bevy or how users test their apps
#7336 opened Jan 22, 2023 by Wcubed Loading…
Update from_reflect to return a Result A-Reflection Runtime information about types C-Feature A new feature, making something new possible 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! 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
#7075 opened Jan 2, 2023 by elbertronnie Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.