37 releases

0.12.0 May 5, 2024
0.11.0 Apr 5, 2023
0.10.0 Jan 16, 2023
0.9.0 Nov 30, 2022
0.0.5 Nov 30, 2015

#733 in GUI

Download history 2692/week @ 2025-10-26 2535/week @ 2025-11-02 2118/week @ 2025-11-09 2286/week @ 2025-11-16 2188/week @ 2025-11-23 2467/week @ 2025-11-30 2151/week @ 2025-12-07 2390/week @ 2025-12-14 2722/week @ 2025-12-21 2141/week @ 2025-12-28 1912/week @ 2026-01-04 1518/week @ 2026-01-11 2387/week @ 2026-01-18 2121/week @ 2026-01-25 2322/week @ 2026-02-01 1297/week @ 2026-02-08

8,356 downloads per month
Used in 113 crates (12 directly)

MIT/Apache

11MB
211K SLoC

C++ 145K SLoC // 0.2% comments Rust 66K SLoC // 0.0% comments Shell 89 SLoC // 0.3% comments

imgui-sys: Low level bindings

This crate contains the raw FFI bindings to the Dear ImGui C++ library, by using the cimgui (a C API wrapper project for Dear ImGui), then creating Rust bindings using bindgen.

These low level, mostly unsafe bindings are then used by imgui-rs which wraps them in a nice to use, mostly safe API. Therefore most users should not need to interact with this crate directly.

Dependencies