Low-level FFI bindings for ImPlot with Dear ImGui C++ compatibility
This crate provides raw, unsafe bindings to the ImPlot C++ library, designed to work with dear-imgui-sys (C++ bindgen) rather than imgui-sys (cimgui).
Features
- docking: Enable docking and multi-viewport features (default)
- freetype: Enable FreeType font rasterizer support
- wasm: Enable WebAssembly compatibility
Safety
This crate provides raw FFI bindings and is inherently unsafe. Users should
prefer the high-level dear-implot crate for safe Rust bindings.
Usage
This crate is typically not used directly. Instead, use the dear-implot crate
which provides safe, idiomatic Rust bindings built on top of these FFI bindings.