igri

Crates.ioigri
lib.rsigri
version0.1.3
sourcesrc
created_at2021-09-20 14:43:40.459771
updated_at2021-09-23 00:59:44.729549
descriptionImGUI runtime inspector
homepage
repository
max_upload_size
id454048
size9,963
toyboot4e (toyboot4e)

documentation

README

ImGUI runtime inspector

igri is a runtime inspector powered by imgui-rs

use igri::Inspect;

#[derive(Inspect)]
pub struct MyCoolStruct<T> {
     xs: Vec<T>,
}

dummy feature

We want to disable developer UI on release build. Enable dummy feature flag to turn off #[derive(Inspect)] expansion.

Be sure to out put other calls to igri, too!

Commit count: 0

cargo fmt