#imgui #bindings #dear #arcdps #user #add-on #forked

sys arcdps-imgui-sys

Raw FFI bindings to dear imgui; forked for use in arcdps addons

1 unstable release

0.8.0 Feb 27, 2022

#1092 in GUI

Download history 11/week @ 2023-12-15 6/week @ 2023-12-22 1/week @ 2023-12-29 2/week @ 2024-01-05 8/week @ 2024-01-12 19/week @ 2024-01-19 10/week @ 2024-01-26 4/week @ 2024-02-02 13/week @ 2024-02-09 36/week @ 2024-02-16 31/week @ 2024-02-23 27/week @ 2024-03-01 44/week @ 2024-03-08 30/week @ 2024-03-15 45/week @ 2024-03-22 45/week @ 2024-03-29

170 downloads per month
Used in 2 crates (via arcdps-imgui)

MIT/Apache

2MB
38K SLoC

C++ 28K SLoC // 0.1% comments Rust 9K SLoC // 0.0% comments Shell 9 SLoC

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