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

#778 in GUI

Download history 1640/week @ 2024-01-24 1251/week @ 2024-01-31 1377/week @ 2024-02-07 1874/week @ 2024-02-14 1714/week @ 2024-02-21 2499/week @ 2024-02-28 2248/week @ 2024-03-06 2162/week @ 2024-03-13 2580/week @ 2024-03-20 2316/week @ 2024-03-27 2191/week @ 2024-04-03 2156/week @ 2024-04-10 2040/week @ 2024-04-17 2029/week @ 2024-04-24 2410/week @ 2024-05-01 1560/week @ 2024-05-08

8,445 downloads per month
Used in 88 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