docs.rs failed to build hudhook-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
hudhook
A Rust renderer hook library for building Dear ImGui overlays.
Currently supports DirectX 9, DirectX 11, DirectX 12 and OpenGL 3. Runs on Windows and Wine/Proton.
Resources
- Tutorial book.
- API reference.
- Architecture blog post (a bit outdated).
Supporting the project
If you like hudhook
and would like to support the project, you can do so via my Patreon.
I'm glad the project works for you and I'm grateful for your support. Thank you!
Example
// src/lib.rs
use *;
;
// src/main.rs
use Process;