#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

#1124 in GUI

Download history 8/week @ 2024-01-14 21/week @ 2024-01-21 6/week @ 2024-01-28 8/week @ 2024-02-04 14/week @ 2024-02-11 44/week @ 2024-02-18 26/week @ 2024-02-25 33/week @ 2024-03-03 39/week @ 2024-03-10 29/week @ 2024-03-17 47/week @ 2024-03-24 52/week @ 2024-03-31 24/week @ 2024-04-07 45/week @ 2024-04-14 62/week @ 2024-04-21 60/week @ 2024-04-28

197 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