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

#882 in GUI

Download history 1979/week @ 2024-04-04 2277/week @ 2024-04-11 2008/week @ 2024-04-18 2118/week @ 2024-04-25 2368/week @ 2024-05-02 2134/week @ 2024-05-09 2119/week @ 2024-05-16 2296/week @ 2024-05-23 2406/week @ 2024-05-30 1999/week @ 2024-06-06 2122/week @ 2024-06-13 1902/week @ 2024-06-20 1227/week @ 2024-06-27 843/week @ 2024-07-04 1480/week @ 2024-07-11 1212/week @ 2024-07-18

5,013 downloads per month
Used in 90 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