pixels/examples/egui-winit
Jay Oster e5da717351
Update dependencies for egui-winit example (#176)
* Update egui-winit example to greatly simplify the platform event handler

- I was able to upstream this logic into the egui_winit_platform crate

* Fix the wgpu validation error
2021-06-08 07:34:47 -07:00
..
src Update dependencies for egui-winit example (#176) 2021-06-08 07:34:47 -07:00
Cargo.toml Update dependencies for egui-winit example (#176) 2021-06-08 07:34:47 -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.