Registry / other / egui-wgpu

egui-wgpu

JSON →
library0.34.1rscratesunverified

Bindings for using egui natively using the wgpu library

# Cargo.toml [dependencies] egui-wgpu = "0.34.1"
INSTALL
IMPORT
SIG · EGUI-WGPU
E
egui-wgpu
otherrustv0.34.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.

Renderer
use egui_wgpu::Renderer;

Render egui UI using wgpu.

use egui_wgpu::Renderer; // Example assumes wgpu surface and device are set up. // let renderer = Renderer::new(&device, surface_format, None, 1);
Debug
Known issues
gotchaRequires wgpu and egui setup; complex initialization.
fix
Follow the egui_wgpu example in the repository for proper setup.
affects: >=0.34.1
Upgrade
Version history
0.34.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
egui-wgpu — cargo add egui-wgpu · libregistry