Skip to content
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

the example 2d_gizmos displays too many gizmos on top of each other #13395

Closed
mockersf opened this issue May 16, 2024 · 0 comments · Fixed by #13401
Closed

the example 2d_gizmos displays too many gizmos on top of each other #13395

mockersf opened this issue May 16, 2024 · 0 comments · Fixed by #13401
Labels
A-Gizmos Visual editor and debug gizmos C-Docs An addition or correction to our documentation 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! X-Uncontroversial This work is generally agreed upon

Comments

@mockersf
Copy link
Member

Bevy version

main

What you did

Run example 2d_gizmos

What went wrong

Too many gizmos are displayed on top of each other, making it hard to understand

8b0d0a67578bf0a5c7e783fc3503e2c411d8328908c492f797669fd9ae4510eb

@mockersf mockersf added C-Docs An addition or correction to our documentation C-Examples An addition or correction to our examples labels May 16, 2024
@alice-i-cecile alice-i-cecile added C-Usability A simple quality-of-life change that makes Bevy easier to use 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! A-Gizmos Visual editor and debug gizmos X-Uncontroversial This work is generally agreed upon and removed C-Usability A simple quality-of-life change that makes Bevy easier to use labels May 16, 2024
github-merge-queue bot pushed a commit that referenced this issue May 17, 2024
# Objective

Fixes #13395

## Solution

A minimal set of changes that should make the example a bit more
readable without totally redesigning it.

- Prune the top left instruction text and make its style consistent with
other examples.
    (see #8478)
- Remove one of the circles, which was demonstrating "not overriding
segments."
- Make the grid a more subtle color
- Make the rectangles larger and remove their rotation, moving the arc
to make room

## Before / After


![screenshot-before](https://github.com/bevyengine/bevy/assets/200550/1b324e63-aca1-4b70-9e31-0c73bb4cf676)

![screenshot-after](https://github.com/bevyengine/bevy/assets/200550/e7d6d786-cdf8-44dc-be1e-787ba94c5429)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Gizmos Visual editor and debug gizmos C-Docs An addition or correction to our documentation 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! X-Uncontroversial This work is generally agreed upon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants