| Crates.io | imgui-sdl3-support |
| lib.rs | imgui-sdl3-support |
| version | 0.13.0 |
| created_at | 2025-05-31 12:26:39.761994+00 |
| updated_at | 2025-05-31 12:26:39.761994+00 |
| description | sdl3 support code for the imgui crate |
| homepage | https://github.com/imgui-rs/imgui-sdl2-support |
| repository | https://github.com/imgui-rs/imgui-sdl2-support |
| max_upload_size | |
| id | 1696326 |
| size | 2,731,058 |
This crate provides an SDL3 based backend platform for imgui-rs.
A backend platform handles window/input device events and manages their state.
There are three things you need to do to use this library correctly:
SdlPlatform instanceFor a complete example, take a look at the imgui-rs' GitHub repository.