Registry / other / bevy-egui

bevy-egui

JSON →
library0.39.1rscratesunverified

A Bevy plugin that integrates the immediate mode GUI library Egui into the Bevy game engine.

# Cargo.toml [dependencies] bevy_egui = "0.39.1"
INSTALL
IMPORT
SIG · BEVY-EGUI
B
bevy-egui
otherrustv0.39.1
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.

EguiPlugin
use bevy_egui::EguiPlugin;

Sets up a Bevy app with the Egui plugin.

use bevy::prelude::*; use bevy_egui::EguiPlugin; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugins(EguiPlugin) .run(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.39.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
20
Bingbot
4
Meta
2
OpenAI (training)
1
Resources
bevy-egui — cargo add bevy-egui · libregistry