veeenu / hudhook

A videogame overlay framework written in Rust, supporting DirectX and OpenGL
MIT License
185 stars 27 forks source link

Add wnd proc hook to ImguiRenderLoop #114

Closed veeenu closed 1 year ago

veeenu commented 1 year ago

Closes #86.

The new API currently takes a shared reference to work around concurrency issues, until a proper concurrency overhaul is done.