Crates.io | egui-sdl2-event |
lib.rs | egui-sdl2-event |
version | 0.4.1 |
source | src |
created_at | 2022-06-13 10:41:15.453681 |
updated_at | 2024-07-31 02:14:16.599763 |
description | Provides event handling for egui in SDL2 window applications. |
homepage | https://github.com/kaphula/egui-sdl2-event |
repository | https://github.com/kaphula/egui-sdl2-event |
max_upload_size | |
id | 605003 |
size | 16,766 |
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.