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

#958 in GUI

Download history 947/week @ 2024-07-05 1614/week @ 2024-07-12 1636/week @ 2024-07-19 1721/week @ 2024-07-26 1469/week @ 2024-08-02 2021/week @ 2024-08-09 1590/week @ 2024-08-16 1610/week @ 2024-08-23 1971/week @ 2024-08-30 1733/week @ 2024-09-06 1484/week @ 2024-09-13 1725/week @ 2024-09-20 1727/week @ 2024-09-27 1153/week @ 2024-10-04 1284/week @ 2024-10-11 1609/week @ 2024-10-18

6,048 downloads per month
Used in 92 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