36 releases

0.11.0 Apr 5, 2023
0.10.0 Jan 16, 2023
0.9.0 Nov 30, 2022
0.8.2 Dec 26, 2021
0.0.5 Nov 30, 2015

#458 in GUI

Download history 1833/week @ 2023-12-15 1560/week @ 2023-12-22 1146/week @ 2023-12-29 1837/week @ 2024-01-05 2082/week @ 2024-01-12 1892/week @ 2024-01-19 1666/week @ 2024-01-26 1169/week @ 2024-02-02 1634/week @ 2024-02-09 1865/week @ 2024-02-16 1745/week @ 2024-02-23 2447/week @ 2024-03-01 2297/week @ 2024-03-08 2356/week @ 2024-03-15 2526/week @ 2024-03-22 2188/week @ 2024-03-29

9,762 downloads per month
Used in 87 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