Skip to content

Pull requests: bevyengine/bevy

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

Pull requests list

Implement the infrastructure needed to support portals and mirrors. A-Math Fundamental domain-agnostic mathematical operations A-Rendering Drawing game state to the screen C-Enhancement A new feature C-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
#13797 opened Jun 10, 2024 by pcwalton Draft 0.15
derive(SystemParam) better lifetime param (#10331) A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use D-Macros Code that generates Rust code S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13794 opened Jun 10, 2024 by Wuketuke Loading…
Update to glam 0.28 A-Math Fundamental domain-agnostic mathematical operations C-Dependencies A change to the crates that Bevy depends on C-Performance A change motivated by improving speed, memory usage or compile times S-Blocked This cannot move forward until something else changes
#13792 opened Jun 10, 2024 by superdump Loading… 0.15
Use a unstable sort to sort component ids in bevy_ecs A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change C-Performance A change motivated by improving speed, memory usage or compile times D-Domain-Agnostic Can be tackled by anyone with generic programming or Rust skills D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13789 opened Jun 10, 2024 by Brezak Loading…
Update accesskit requirement from 0.14 to 0.15 A-Accessibility A problem that prevents users with disabilities from using Bevy 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!
#13787 opened Jun 10, 2024 by dependabot bot Loading…
Assetv2: Unprocessed asset meta defaults. A-Assets Load files from disk to use for things like images, models, and sounds C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact 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 X-Contentious There are nontrivial implications that should be thought through
#13785 opened Jun 9, 2024 by brandon-reinhart Loading…
Print warning when using llvmpipe A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#13780 opened Jun 9, 2024 by msvbg Loading…
Sample Transform from an AnimationClip A-Animation Make things move and change over time C-Usability A simple quality-of-life change that makes Bevy easier to use S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#13778 opened Jun 9, 2024 by mintlu8 Draft
Add example enum Component usage to ecs_guide A-ECS Entities, components, systems, and events C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#13777 opened Jun 9, 2024 by theotherphil Loading…
add helper method Query::with_entity A-ECS Entities, components, systems, and events C-Enhancement A new feature 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
#13764 opened Jun 9, 2024 by Nathan-Fenner Draft
Add Display implementation to DebugName. C-Usability A simple quality-of-life change that makes Bevy easier to use 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
#13760 opened Jun 8, 2024 by gagnus Loading…
Document trace_tracy_memory in profiling.md A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13755 opened Jun 8, 2024 by theotherphil Loading…
bug: Don't panic. Warn on missing file_watcher path. A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13747 opened Jun 8, 2024 by shanecelis Loading… 0.14
Cluster light probes using conservative spherical bounds. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13746 opened Jun 8, 2024 by pcwalton Loading… 0.15
Fix bevy_core_pipeline and ktx2 dependencies 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 X-Controversial There is active debate or serious implications around merging this PR
#13734 opened Jun 7, 2024 by bugsweeper Draft 0.14
2
9
bevy_reflect: Allow parameters to be passed to type data A-Reflection Runtime information about types C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Usability A simple quality-of-life change that makes Bevy easier to use D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#13723 opened Jun 6, 2024 by MrGVSV Loading… 0.15
Add feature requirement info to image loading docs A-Rendering Drawing game state to the screen C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Docs An addition or correction to our documentation C-Usability A simple quality-of-life change that makes Bevy easier to use 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
#13712 opened Jun 6, 2024 by bugsweeper Loading…
Make gLTF node children Handle instead of objects A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Performance A change motivated by improving speed, memory usage or compile times C-Usability A simple quality-of-life change that makes Bevy easier to use 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
#13707 opened Jun 6, 2024 by freiksenet Loading…
Fix phantom key presses in winit on focus change (#13299) A-Input Player input via keyboard, mouse, gamepad, and more C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Linux Specific to the Linux desktop operating system O-Windows Specific to the Windows desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13696 opened Jun 5, 2024 by hut Loading…
Start a built-in postprocessing stack, and implement chromatic aberration in it. A-Rendering Drawing game state to the screen C-Enhancement A new feature 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 X-Contentious There are nontrivial implications that should be thought through
#13695 opened Jun 5, 2024 by pcwalton Loading… 0.15
Remove WinitEvents that aren't emitted A-Windowing Platform-agnostic interface layer to run your app in 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-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#13692 opened Jun 5, 2024 by UkoeHB Loading…
Upstream CorePlugin from bevy_mod_picking A-Picking Pointing at and selecting objects of all sorts 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-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#13677 opened Jun 5, 2024 by NthTensor Loading… 0.15
Hide some re-exports by default. A-Cross-Cutting Impacts the entire engine C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Usability A simple quality-of-life change that makes Bevy easier to use 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…
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…
Expose winit's MonitorHandle A-Windowing Platform-agnostic interface layer to run your app in C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact 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 X-Uncontroversial This work is generally agreed upon
#13669 opened Jun 4, 2024 by tychedelia Loading…
2 of 3 tasks
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.