# jakobhellermann/bevy-inspector-egui

Inspector plugin for the bevy game engine

Repository: https://github.com/jakobhellermann/bevy-inspector-egui
Canonical: https://ross.abutalabs.com/products/bevy-inspector-egui
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-06-20T11:58:45+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 2053, "days_push": 74, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1635, forks 236 (observed 2026-08-28T04:05:14.605306+00:00)

## What it is
A Bevy plugin that renders inspector UIs (via egui) for entities, resources, and assets using Bevy's reflection system. It offers drop-in quick plugins as well as manual UI building for customized inspector panels.

## Use cases
- inspect and edit bevy entity components at runtime
- tweak game resource values live during development
- display and edit bevy assets in a gui
- build a custom debug inspector panel for a bevy game
- quickly add a world inspector to a bevy app

## When to choose
- you develop with the Bevy engine and want runtime inspection/editing of ECS data
- you want zero-code drop-in debug UI via quick plugins
- you need customizable inspector panels built on reflection

## When to avoid
- your project does not use Bevy
- you need a full standalone editor rather than in-app inspector tooling
- your types cannot derive or register Bevy reflection

## Facets
- artifact type: plugin
- maturity: active
- function: ui-components, developer-tools, editor, gui
- domain: developer-tools, graphics
- platform: rust, game-engine, cross-platform
- tags: bevy, egui, inspector, reflection, debugging, ecs, game-development

## Member repositories
- jakobhellermann/bevy-inspector-egui (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.605306+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:47:01.468641+00:00, confidence not recorded.
  - readme: https://github.com/jakobhellermann/bevy-inspector-egui (fetched 2026-08-28T04:05:14.605306+00:00, sha 38a1b44f3bde)
  - registry_crates: https://crates.io/api/v1/crates/bevy-inspector-egui (fetched 2026-08-29T11:20:01.008792+00:00, sha 533dc1dc9dc4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
