egui-wgpu is a render support crate for egui and wgpu.
It is build as part of eww, which takes egui-wgpu and combines it with egui-winit, a platform support crate for egui and winit.
If you want to use the winit-wgpu combination, then using eww is recommened. If you want to use a different platform, then you can combine it with egui-wgpu.
egui-wgpu is in early development, like eww and egui-winit. Therefore all crates are at v0.0.1-alpha.x
.
egui-wgpu is an egui_wgpu_backend fork.
Feel free to contribute to this project. Just keep the Guidelines in mind.
We're aiming to have and keep feature parity
with egui_glium
and extend it.
egui-wgpu should be pretty barebones in contrast to eww since it is meant to build upon.