Crates.io | imgui-sdl2-support |
lib.rs | imgui-sdl2-support |
version | 0.13.0 |
source | src |
created_at | 2023-01-05 01:37:55.515153 |
updated_at | 2024-09-30 03:00:21.376414 |
description | sdl2 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 | 751246 |
size | 43,633 |
This crate provides an SDL2 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.