Crates.io Documentation

A Sdl2 + Egui Backend

An egui backend for sdl2 unbound to any renderer-backend.

You can include it like so: toml [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 eguiwgpubackend. It can be found here.

Alternatives

If you are using sdl2 with opengl I would recommend eguisdl2gl which has a backend for opengl included.