pixels/examples/egui-winit
Jay Oster 303f1d90f5
Prepare 0.5.0 (#183)
* Prepare 0.5.0

* Update dependencies
2021-07-17 08:57:25 -07:00
..
src Use the swapchain-preferred texture format by default (#182) 2021-07-17 08:21:49 -07:00
Cargo.toml Prepare 0.5.0 (#183) 2021-07-17 08:57:25 -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.