bevy icon indicating copy to clipboard operation
bevy copied to clipboard

A refreshingly simple data-driven game engine built in Rust

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

## Bevy version 0.8 ## Relevant system information ``` AdapterInfo { name: "NVIDIA GeForce RTX 3070 Ti", vendor: 4318, device: 9346, device_type: DiscreteGpu, backend: Vulkan } ``` ## What you...

C-Bug
A-Rendering

## What problem does this solve or what need does it fill? I would like to test heavily my application. Obviously my test suite is composed by multiple test and...

C-Usability
A-Diagnostics

# Objective - Fixes #5529 ## Solution - Add assosciated constants named DEFAULT to as many types as possible - Add const to as many methods in bevy_ui as possible...

A-UI
C-Usability

# Objective - ~~This is just a pre-emptive PR for the next winit version~~ - Update winit dependency to 0.27 ## Solution --- ## Changelog - Changed `cursor_locked` to `cursor_grab_mode`...

A-Windowing
C-Dependencies

Co-authored-by: Alice Cecile # Objective Change frametimediagnostic from seconds to milliseconds because this will always be less than one seconds and is the common unit for game engines. ## Solution...

C-Usability
C-Breaking-Change
A-Diagnostics

# Objective Make `TextLayoutInfo` more accessible as a component, rather than internal to `TextPipeline`. I am working on a plugin that manipulates these and there is no (mutable) access to...

A-Rendering
A-UI
C-Usability

## Bevy version Whatever the examples are built with on the webpage: https://bevyengine.org/examples/ui/button/ Is not happening for me locally using Bevy 0.7 ## System information Chrome Version 102.0.5005.63 (Official Build)...

C-Bug
C-Examples
A-UI
O-Web

Bevy version: 0.7 and current `main`. --- Bevy's `Time` resource, which is the standard and recommended source of timing information in Bevy, that everything should use for anything timing-related, is...

C-Bug
A-Rendering
A-Core

## What problem does this solve or what need does it fill? Considering systems that require us to iterate over an entity's children, I would like to suggest a new...

C-Enhancement
A-ECS
S-Needs-RFC
A-Hierarchy

# Objective - Provide a way to test the rendered output images from various scenes. - Implements #4572 as a testing tool. This should allow us to start using this...

C-Enhancement
A-Rendering
A-Diagnostics