A Sdl2 + Egui Backend
An egui backend for sdl2 unbound to any renderer-backend.
You can include it like so:
[dependencies]
egui_sdl2_platform = "0.1.0"
sdl2 = "0.35"
Examples
I have included an example of how to use this backend together with wgpu using egui_wgpu_backend. It can be found here.
Alternatives
If you are using sdl2 with opengl I would recommend egui_sdl2_gl which has a backend for opengl included.