pixels/examples/egui-winit
Jay Oster e08c91bfd2
Update to wgpu 0.10 (#187)
- It would be nice to return an error from the render function
- imgui-winit is still a WIP (open PR: https://github.com/Yatekii/imgui-wgpu-rs/pull/66)
- Update README

Co-authored-by: Mohammed Alyousef <mohammed.alyousef@neurosrg.com>
2021-09-01 14:50:43 -07:00
..
src Update to wgpu 0.10 (#187) 2021-09-01 14:50:43 -07:00
Cargo.toml Update to wgpu 0.10 (#187) 2021-09-01 14:50:43 -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.