pixels/examples/egui-winit
Jay Oster f238814d12
Update wgpu to 0.8 (#160)
- Also update other dependencies
2021-05-07 23:52:11 -07:00
..
src Update wgpu to 0.8 (#160) 2021-05-07 23:52:11 -07:00
Cargo.toml Update wgpu to 0.8 (#160) 2021-05-07 23:52:11 -07:00
README.md Add egui example. (#146) 2021-03-09 01:40:24 -08:00

Egui Example

Egui Example

Minimal example with egui and winit.

Running

cargo run --release --package egui-winit

About

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