Skip to content

Issues: bevyengine/bevy

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

refactor ui/borders example to use new children! macro 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
#18962 opened Apr 28, 2025 by ChristopherBiscardi Loading…
Fix the extended_material example on WebGL2 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
#18812 opened Apr 11, 2025 by Henauxg Loading… 0.16.1
The UI Button example should support accessibility A-Accessibility A problem that prevents users with disabilities from using Bevy A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples
#18760 opened Apr 8, 2025 by ickshonpe
enable accessibility for the button example A-Accessibility A problem that prevents users with disabilities from using Bevy 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
#18749 opened Apr 7, 2025 by ickshonpe Loading…
Add comment to custom vertex attribute example to make it easier to convert to 2D A-Rendering Drawing game state to the screen 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 X-Uncontroversial This work is generally agreed upon
#18603 opened Mar 29, 2025 by nickyfahey Loading…
Immutable components example should demonstrate the hooks + observers pattern A-ECS Entities, components, systems, and events 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-Ready-For-Implementation This issue is ready for an implementation PR. Go for it! X-Uncontroversial This work is generally agreed upon
#18584 opened Mar 28, 2025 by alice-i-cecile
add 2d_on_ui example A-Rendering Drawing game state to the screen 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
#18513 opened Mar 24, 2025 by mirsella 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 Draft
Update log_layers_ecs example for children macro A-ECS Entities, components, systems, and events 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
#18293 opened Mar 13, 2025 by krunchington Loading…
Migrate examples to the improved Spawning API (to children! from with_children`) A-ECS Entities, components, systems, and events 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-Ready-For-Implementation This issue is ready for an implementation PR. Go for it! X-Uncontroversial This work is generally agreed upon
#18238 opened Mar 10, 2025 by krunchington
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…
Multi-window + camera UI example A-UI Graphical user interfaces, styles, layouts, and widgets 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-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#17451 opened Jan 20, 2025 by ickshonpe
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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#17269 opened Jan 9, 2025 by ethereumdegen Loading…
many_cameras_lights should use same window settings as other stress tests A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior 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-Implementation This issue is ready for an implementation PR. Go for it!
#17183 opened Jan 6, 2025 by rparrett
Multiple examples don't work on 0.15 A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples O-Web Specific to web (WASM) builds O-WebGL2 Specific to the WebGL2 render API P-Regression Functionality that used to work but no longer does. Add a test for this! S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#17167 opened Jan 5, 2025 by chamaloriz
WARN bevy_pbr::render::gpu_preprocess: The preprocessing index buffer wasn't present with alien_cake_addict A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#16990 opened Dec 27, 2024 by C-Entropy
Need an example of a simple material extension as a vertex shader A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#16970 opened Dec 25, 2024 by ethereumdegen
ui_material example should show how to use Globals A-Rendering Drawing game state to the screen 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-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#16829 opened Dec 15, 2024 by rparrett
Provide an example of a material shader that uses texture type of uint A-Rendering Drawing game state to the screen 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-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
#16558 opened Nov 30, 2024 by ethereumdegen
Demonstrate how to use ImageNode::rect A-UI Graphical user interfaces, styles, layouts, and widgets 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-Implementation This issue is ready for an implementation PR. Go for it!
#16482 opened Nov 22, 2024 by alice-i-cecile
Deleted sampling_primitive references in Cargo.toml and README.md 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
#16453 opened Nov 20, 2024 by I-Ruiz Loading…
panic in bevy_render::renderer::render_system when running /examples/3d/* A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#16445 opened Nov 20, 2024 by smokracek
bevy_picking UI example A-Picking Pointing at and selecting objects of all sorts 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
#16412 opened Nov 17, 2024 by bas-ie Loading…
many_buttons performance regression A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples C-Performance A change motivated by improving speed, memory usage or compile times D-Straightforward Simple bug fixes and API improvements, docs, test and examples P-Regression Functionality that used to work but no longer does. Add a test for this! S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#16318 opened Nov 10, 2024 by DGriffin91
ProTip! Updated in the last three days: updated:>2025-04-25.