bevy icon indicating copy to clipboard operation
bevy copied to clipboard

A refreshingly simple data-driven game engine built in Rust

Results 1097 bevy issues
Sort by recently updated
recently updated
newest added

# Objective - Fixes https://github.com/bevyengine/bevy/issues/12597 The current tracing customization option (the `update_subscriber` field) was basically unusable because it provides a `dyn Subscriber` and most layers require a `Subscriber` that also...

A-Diagnostics
D-Modest
D-Domain-Agnostic

# Objective I noticed that https://github.com/bevyengine/bevy/pull/12978 introduces a reference counted wrapper around windows, but still uses `RawWindowHandle` and `RawDisplayHandle`, with `wgpu::Instance::create_surface_unsafe`. This can be changed easily enough to use `wgpu::Instance::create_surface`,...

A-Windowing
C-Code-Quality
X-Contentious
D-Modest

# Objective - Fixes #12201 ## Solution - Adds `color_conversion.wgsl` containing methods for converting between all `bevy_color` color types in shader code. - Please note that this shader is contained...

C-Enhancement
A-Rendering

`-Zcheck-cfg` has been stabilized-ish! (https://github.com/rust-lang/cargo/pull/13571) When Rust 1.80 is released, the separate Github Action job can be removed. For now, we have two more releases (12 weeks or ~4 months)...

D-Trivial
A-Build-System
C-Code-Quality
S-Blocked
X-Uncontroversial

## Bevy version - Commit hash: `ed44eb3913b1180604d468f1ae88fcd2dd3f68a5` - Related PR : https://github.com/bevyengine/bevy/pull/11989 ## What you did During the version 0.13 I implemented animations for a 3D character where I can...

C-Bug
A-Animation
D-Complex
S-Needs-Design

Updates the requirements on [accesskit](https://github.com/AccessKit/accesskit) to permit the latest version. Release notes Sourced from accesskit's releases. accesskit: v0.14.0 0.14.0 (2024-04-30) ⚠ BREAKING CHANGES Clean up table roles and properties (#393)...

C-Dependencies
A-Accessibility

DO NOT MERGE, Prototype Only

C-Enhancement
A-Animation
X-Controversial

## Description Mesh2d is currently very slow compared to sprites and is also missing quite a few features compared to 3d. - [ ] Clean up 2d render phases to...

C-Tracking-Issue

# Objective Closes #5563. > [!note] > Much of this code was actually written almost two years ago. I did my best to revive the work, but there may be...

C-Enhancement
A-Reflection

Updates the requirements on [accesskit_winit](https://github.com/AccessKit/accesskit) to permit the latest version. Release notes Sourced from accesskit_winit's releases. accesskit_winit: v0.20.0 0.20.0 (2024-04-30) ⚠ BREAKING CHANGES Update winit to 0.30 (#397) Drop NodeClassSet...

C-Dependencies
A-Accessibility