3 unstable releases
new 0.2.1 | Oct 25, 2024 |
---|---|
0.2.0 | Oct 25, 2024 |
0.1.0 | Oct 15, 2024 |
#650 in Game dev
164 downloads per month
6MB
772 lines
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
Todos
- More styling properties
- Add background color
- Add selection / changing of text
- Different way of highlighting UI nodes
Dependencies
~29–63MB
~1M SLoC