ynuwenhof / imferris

Internal DirectX 11 ImGui menu written in Rust
Apache License 2.0
5 stars 0 forks source link

Imferris

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.

Usage

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.

License

This project is licensed under either of the following licenses, at your option:

showcase