egui-sdl2-event

Crates.ioegui-sdl2-event
lib.rsegui-sdl2-event
version0.4.1
sourcesrc
created_at2022-06-13 10:41:15.453681
updated_at2024-07-31 02:14:16.599763
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
size16,766
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.

Commit count: 12

cargo fmt