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

## What problem does this solve or what need does it fill? Headless testing of UI is very important for the reliability of real world Bevy apps. However, headless construction...

A-Rendering
A-UI
C-Code-Quality
C-Usability

## What problem does this solve or what need does it fill? Right now serialized scene files are too big and verbose. Take for example the [scene example](https://github.com/bevyengine/bevy/blob/main/assets/scenes/load_scene_example.scn.ron) file: ```rust...

C-Usability
A-Scenes

## What problem does this solve or what need does it fill? Great way to increase FPS, especially in 4k res or above. Open source and supports all gpus. ##...

C-Enhancement
A-Rendering
C-Performance
S-Needs-Investigation

## What problem does this solve or what need does it fill? When mocking gamepad input, you *must* send `GamepadEventsRaw`, or it will not be transformed into `Input` and `Axis`...

C-Docs
A-Input

# Objective - `NodeBundle`s are useful when working with complex UIs but they are very verbose, especially when you just want to use them as a wrapper element since the...

A-UI
C-Usability
S-Ready-For-Final-Review

https://github.com/bevyengine/bevy/blob/f3b5bf029c54a1abfb39014104a14dde24a4c2ce/crates/bevy_render/src/color/mod.rs#L662 https://github.com/bevyengine/bevy/blob/f3b5bf029c54a1abfb39014104a14dde24a4c2ce/crates/bevy_render/src/color/mod.rs#L711 These lines should probably be `let rhs = rhs.as_hsla_f32()` instead.

C-Bug
D-Good-First-Issue
A-Rendering

## Bevy version `bevy = "0.5"` ## Operating system & version Windows 10 Can test on Ubuntu 20.04 as well as MacOS Catalina ## What you did Upgrade to Bevy...

C-Bug
A-Rendering
C-Regression

@BoxyUwU this is your fault. Also cart didn't arrive in time to tell us not to do this. # Objective - Fix #2974 ## Solution - The first commit just...

A-ECS
S-Blocked
C-Usability
S-Ready-For-Final-Review
C-Breaking-Change
hacktoberfest-accepted
S-Controversial

## What problem does this solve or what need does it fill? Constants are useful when manually defining UIs to get compile-time guarantees that your style / layout won't unexpectedly...

D-Good-First-Issue
A-UI
C-Usability

This is an alternative implementation to https://github.com/bevyengine/bevy/pull/4614 - I would like to find out which is more favorable. # Objective - short: unicode bidi support for text and text2d -...

C-Enhancement
A-UI
S-Controversial