A proof of concept internal DirectX 11 ImGui menu written in Rust.
Imferris utilizes the imgui_impl_win32.cpp platform and imgui_impl_dx11.cpp renderer via Rust to C++ interop.
Make sure the current stable release of Rust is installed.
git clone --recurse-submodules https://github.com/ynuwenhof/imferris.git
cd imferris
rustup default nightly
cargo b --release
After building, you can inject the DLL into the target process.
This project is licensed under either of the following licenses, at your option: