pixels/examples/minimal-egui
2022-12-17 17:35:02 -08:00
..
src Bump wgpu from 0.13 to 0.14 (#320) 2022-12-17 13:50:11 -08:00
Cargo.toml Update all dependencies in the workspace (#323) 2022-12-17 17:35:02 -08:00
README.md Update egui to 0.15 (#217) 2021-10-26 19:21:58 -07:00

Egui Example

Egui Example

Minimal example with egui and winit.

Running

cargo run --release --package minimal-egui

About

This example is based on minimal-winit, and extends it with egui to render custom GUI elements over your pixel frame buffer.