pixels/examples/minimal-egui
2021-11-12 11:01:32 -08:00
..
src Update egui to 0.15 (#217) 2021-10-26 19:21:58 -07:00
Cargo.toml Set default device limits to downlevel_webgl2_defaults (#223) 2021-11-12 11:01:32 -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.