pixels/examples/egui-winit/README.md
2021-03-09 01:40:24 -08:00

306 B

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.