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

#840 in GUI

Download history 828/week @ 2024-11-15 1204/week @ 2024-11-22 1207/week @ 2024-11-29 2062/week @ 2024-12-06 2361/week @ 2024-12-13 1075/week @ 2024-12-20 696/week @ 2024-12-27 1791/week @ 2025-01-03 2397/week @ 2025-01-10 1894/week @ 2025-01-17 1598/week @ 2025-01-24 3055/week @ 2025-01-31 2498/week @ 2025-02-07 1708/week @ 2025-02-14 2000/week @ 2025-02-21 1504/week @ 2025-02-28

8,255 downloads per month
Used in 97 crates (10 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