35 releases

0.10.0 Jan 16, 2023
0.9.0 Nov 30, 2022
0.8.2 Dec 26, 2021
0.8.0 Sep 17, 2021
0.0.5 Nov 30, 2015

#120 in GUI

Download history 4922/week @ 2022-12-08 3102/week @ 2022-12-15 2897/week @ 2022-12-22 2571/week @ 2022-12-29 2419/week @ 2023-01-05 3884/week @ 2023-01-12 4199/week @ 2023-01-19 4458/week @ 2023-01-26 3018/week @ 2023-02-02 1504/week @ 2023-02-09 3086/week @ 2023-02-16 1865/week @ 2023-02-23 1933/week @ 2023-03-02 2052/week @ 2023-03-09 1960/week @ 2023-03-16 1494/week @ 2023-03-23

7,743 downloads per month
Used in 72 crates (9 directly)

MIT/Apache

11MB
212K SLoC

C++ 145K SLoC // 0.1% 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