egui-sdl2-event

Crates.ioegui-sdl2-event
lib.rsegui-sdl2-event
version1.31.1
created_at2022-06-13 10:41:15.453681+00
updated_at2025-07-12 13:33:58.901381+00
descriptionProvides event handling for egui in SDL2 window applications.
homepagehttps://github.com/kaphula/egui-sdl2-event
repositoryhttps://github.com/kaphula/egui-sdl2-event
max_upload_size
id605003
size26,930
Valtteri Vallius (kaphula)

documentation

README

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.

Changes

1.31.1

  • Update egui to 1.31.1
  • Bump the version to follow egui version.
  • Change example to dynamic linking TODO
Commit count: 46

cargo fmt