hudhook 0.9.0

A graphics API hook with dear imgui render loop. Supports DirectX 9, 11, 12, and OpenGL 3.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Summary

[Introduction](README.md)

# Creating a library

- [Setting up the project]./creating-library/project-setup.md
- [Writing the DLL code]./creating-library/writing-dll.md
- [Writing the entry point]./creating-library/entry-point.md
- [Advanced]./advanced/README.md
  - [Build a proxy DLL]./advanced/proxy-dll.md

# Injecting a library

- [Injecting a library]./injecting-library/injecting.md