pixels/examples/minimal-egui
David Cristofaro e8d5cf3ebc
Bump wgpu from 0.13 to 0.14 (#320)
* feat(wgpu): upgrade wgpu from 13 to 14

* Address feedback

* Bump tao in `minimal-tao` example

* Bump fltk in `minimal-fltk` example

* Bump egui in `minimal-egui` example

* Bump MSRV to `1.65`

* Bump crates in `imgui-winit` example

* Delete `minimal-sdl2` example

* Fix clippy lints

* Update examples/minimal-egui/src/gui.rs

Co-authored-by: Zageron <hello@zageron.ca>
Co-authored-by: Jay Oster <jay@kodewerx.org>
2022-12-17 13:50:11 -08:00
..
src Bump wgpu from 0.13 to 0.14 (#320) 2022-12-17 13:50:11 -08:00
Cargo.toml Bump wgpu from 0.13 to 0.14 (#320) 2022-12-17 13:50:11 -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.