#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

#1483 in GUI

Download history 38/week @ 2024-11-17 46/week @ 2024-11-24 85/week @ 2024-12-01 81/week @ 2024-12-08 52/week @ 2024-12-15 46/week @ 2024-12-22 21/week @ 2024-12-29 28/week @ 2025-01-05 53/week @ 2025-01-12 80/week @ 2025-01-19 33/week @ 2025-01-26 119/week @ 2025-02-02 96/week @ 2025-02-09 45/week @ 2025-02-16 59/week @ 2025-02-23 26/week @ 2025-03-02

237 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