pixels/examples/minimal-egui
Jay Oster c1962ae35c
Update dependencies (#230)
* Move to Edition 2021
* Update `wgpu`, `raw-window-handle`, and all dependencies for the examples
* Update MSRV
* Closes #244
2021-12-31 14:57:57 -08:00
..
src Update dependencies (#230) 2021-12-31 14:57:57 -08:00
Cargo.toml Update dependencies (#230) 2021-12-31 14:57:57 -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.