#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

#1243 in GUI

Download history 40/week @ 2024-03-11 29/week @ 2024-03-18 49/week @ 2024-03-25 48/week @ 2024-04-01 23/week @ 2024-04-08 65/week @ 2024-04-15 47/week @ 2024-04-22 61/week @ 2024-04-29 32/week @ 2024-05-06 22/week @ 2024-05-13 42/week @ 2024-05-20 33/week @ 2024-05-27 41/week @ 2024-06-03 70/week @ 2024-06-10 23/week @ 2024-06-17 30/week @ 2024-06-24

168 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