bevy_ui_inspector

Crates.iobevy_ui_inspector
lib.rsbevy_ui_inspector
version0.2.1
sourcesrc
created_at2024-10-15 13:39:52.228413
updated_at2024-10-25 10:50:06.360854
descriptionA tool for inspecting bevy ui
homepage
repositoryhttps://github.com/mahulst/bevy_ui_inspector
max_upload_size
id1409464
size6,399,389
Michel van der Hulst (mahulst)

documentation

README

Bevy UI Inspector

A tool that tries to do what the html / css tools in the chrome dev tools do.

How to use

    App::new()
        .add_plugins((
            DefaultPlugins,
            UiInpector,
        ))
        .run()

Features

  • A way to see the UI node hierarchy
  • Fiddling with styling properties while running the app
  • A picker to quickly go to a node you want to inspect

Demo

demo

Todos

  • More styling properties
  • Add background color
  • Add selection / changing of text
  • Different way of highlighting UI nodes
Commit count: 12

cargo fmt