#egui #sdl2 #input

egui-skia-sdl2-event

Provides event handling for egui in SDL2 window applications

2 unstable releases

0.4.0 Feb 15, 2023
0.3.0 Dec 12, 2022

#879 in GUI

34 downloads per month
Used in egui_skia

MIT license

19KB
384 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

crates.io link

Example

Clone the development repository for simple example program.

To run the example program, use this command at the root of the repository:

cargo run --bin example

You might be interested in checking out egui_sdl2_platform as it seems to be doing the same job with more simplicity. egui_sdl2_platform depends on egui_wgpu_backend whereas egui-sdl2-event depends directly on the internal egui's wgpu implementation egui-wgpu.

Dependencies

~27MB
~427K SLoC