Registry / other / imgui-sys

imgui-sys

JSON →
library0.12.0rscratesunverified

Raw FFI bindings to dear imgui.

# Cargo.toml [dependencies] imgui-sys = "0.12.0"
INSTALL
IMPORT
SIG · IMGUI-SYS
I
imgui-sys
otherrustv0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

imgui_sys
use imgui_sys::*;

Create and destroy an ImGui context using raw FFI.

use imgui_sys::*; fn main() { unsafe { let ctx = igCreateContext(None); igDestroyContext(ctx); } }
Debug
Known issues
gotchaRequires linking to the C++ dear imgui library.
fix
Add `imgui` crate as a dependency which handles building imgui.
affects: *
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
imgui-sys — cargo add imgui-sys · libregistry