#egui #sdl2 #events #applications #window #windowing #system

egui-sdl2-event

Provides event handling for egui in SDL2 window applications

9 releases (1 stable)

1.0.0 Jan 19, 2025
0.5.0 Dec 17, 2024
0.4.1 Jul 31, 2024
0.3.0 Jan 15, 2024
0.1.0 Jun 13, 2022

#677 in GUI

Download history 1/week @ 2024-10-06 6/week @ 2024-11-03 4/week @ 2024-12-08 140/week @ 2024-12-15 4/week @ 2024-12-22 1/week @ 2025-01-05 3/week @ 2025-01-12 104/week @ 2025-01-19

108 downloads per month

MIT license

16KB
305 lines

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.

Dependencies

~25MB
~430K SLoC