Registry / other / bevy-inspector-egui

bevy-inspector-egui

JSON →
library0.36.0rscratesunverified

Inspector plugin for the Bevy game engine using egui.

# Cargo.toml [dependencies] bevy-inspector-egui = "0.36.0"
INSTALL
IMPORT
SIG · BEVY-INSPECTOR-EGU
B
bevy-inspector-egui
otherrustv0.36.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WorldInspectorPlugin
use bevy_inspector_egui::quick::WorldInspectorPlugin;

Adds a world inspector to a Bevy app.

use bevy::prelude::*; use bevy_inspector_egui::quick::WorldInspectorPlugin; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(WorldInspectorPlugin::new()) .run(); }
Debug
Known issues
gotchaRequires the `bevy` dependency with the `bevy_egui` feature
fix
Add `bevy = { version = "0.14", features = ["bevy_egui"] }` to Cargo.toml
affects: >=0.36.0
Upgrade
Version history
0.36.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Meta
1
OpenAI (training)
1
Resources
bevy-inspector-egui — cargo add bevy-inspector-egui · libregistry