Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 514 Bytes

egui-sdl2-event

Provides event handling for egui when SDL2 is used as the windowing system.

This crate does not perform any rendering, but it can be combined with something like the egui-wgpu backend.

Most of the code is just adaptively copied from egui_sdl2_gl

Simple example program.