egui-winit 0.0.1-alpha.0

egui platform support for winit
Documentation

egui-winit

Crates.io Docs.rs

egui-winit is a platform support crate for egui and winit.

It is build as part of eww, which takes egui-winit and combines it with egui-wgpu, a render support crate for egui and wgpu.

If you want to use the winit-wgpu combination, then using eww is recommened. If you want to use a different renderer, then you can combine it with egui-winit.

Status

egui-winit is in early development, like eww and egui-wgpu. Therefore all crates are at v0.0.1-alpha.x.

Contribution

egui-winit is an egui_winit_platform fork.

Feel free to contribute to this project. Just keep the Guidelines in mind.

Guidelines

We're aiming to have and keep feature parity with egui_glium and extend it.

egui-winit should be pretty barebones in contrast to eww since it is meant to build upon.