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

Fix text alignment for unbounded text A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17270 opened Jan 9, 2025 by rparrett Loading… 0.15.2
Adds an example for an extended material that uses a custom vertex shader 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
#17269 opened Jan 9, 2025 by ethereumdegen Loading…
Add an Activate triggered event to bevy_ui A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes 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
#17267 opened Jan 9, 2025 by alice-i-cecile Draft
3 tasks
0.16
Rename PickingBehavior to Pickable A-Picking Pointing at and selecting objects of all sorts C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#17266 opened Jan 9, 2025 by chompaa Loading…
Fix entity does not exist message on index reuse A-ECS Entities, components, systems, and events 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
#17264 opened Jan 9, 2025 by SpecificProtagonist Loading…
Make bevy_remote feature enable serialize feature A-Reflection Runtime information about types 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#17260 opened Jan 9, 2025 by mweatherley Loading…
Proportional scaling for the sprite's texture.
#17258 opened Jan 9, 2025 by silvestrpredko Loading…
Add a viewport UI widget A-Picking Pointing at and selecting objects of all sorts C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#17253 opened Jan 9, 2025 by chompaa Draft
4 tasks
Create bevy_platform_support Crate A-Utils Utility functions and types C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Embedded Weird hardware and no_std platforms 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
#17250 opened Jan 9, 2025 by bushrat011899 Loading… 0.16
add_edges and add_grid helpers for DirectionalNavMap A-Input Player input via keyboard, mouse, gamepad, and more A-Math Fundamental domain-agnostic mathematical operations A-UI Graphical user interfaces, styles, layouts, and widgets C-Usability A targeted quality-of-life change that makes Bevy easier to use 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
#17247 opened Jan 8, 2025 by alice-i-cecile Loading…
1 task
0.16
Improved UI camera mapping A-Rendering Drawing game state to the screen 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 D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17244 opened Jan 8, 2025 by ickshonpe Loading…
Rename UI camera_entity fields A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17243 opened Jan 8, 2025 by ickshonpe Loading…
Updated the 2D examples to make them uniform A-Cross-Cutting Impacts the entire engine C-Code-Quality A section of code that is hard to understand or change 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
#17237 opened Jan 8, 2025 by chamaloriz Draft
5 of 6 tasks
Add documentation to DynamicStorageBuffer to clarify purpose A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17228 opened Jan 8, 2025 by BenjaminBrienen Loading…
Stop automatically generating meta files for assets while using asset processing. A-Assets Load files from disk to use for things like images, models, and sounds 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
#17216 opened Jan 7, 2025 by andriyDev Loading…
Use multi_draw_indirect_count where available, in preparation for two-phase occlusion culling. A-Rendering Drawing game state to the screen 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! S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17211 opened Jan 7, 2025 by pcwalton Loading… 0.16
Add Image constructor specialised for rendering to a texture A-Rendering Drawing game state to the screen C-Usability A targeted 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
#17209 opened Jan 7, 2025 by tigregalis Loading…
Fix scale_factor_override not used in window creation A-Windowing Platform-agnostic interface layer to run your app in 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
#17208 opened Jan 7, 2025 by chompaa Loading…
Per world access lists and utils A-App Bevy apps and plugins A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes 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-Controversial There is active debate or serious implications around merging this PR
#17198 opened Jan 6, 2025 by ElliottjPierce Loading…
Make EntityMapper fallible A-ECS Entities, components, systems, and events A-Networking Sending data between clients, servers and machines D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17197 opened Jan 6, 2025 by cBournhonesque Loading…
Allow opting-out of check_visibility system and creation of their own A-Rendering Drawing game state to the screen C-Usability A targeted 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-Contentious There are nontrivial implications that should be thought through
#17189 opened Jan 6, 2025 by Phoqinu Loading…
Run example validation jobs on ubuntu-latest A-Build-System Related to build systems or continuous integration D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Linux Specific to the Linux desktop operating system S-Blocked This cannot move forward until something else changes
#17169 opened Jan 5, 2025 by rparrett Loading…
ProTip! Updated in the last three days: updated:>2025-01-07.