aixxe / gameoverlayrenderer-imgui-dx9

ImGui DX9 example via the Steam overlay renderer

Home Page:https://aixxe.net/2017/09/steam-overlay-rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gameoverlayrenderer-imgui-dx9

Example project demonstrating ImGui rendering via the Steam in-game overlay. This is specifically designed for DirectX 9 games and will require some changes to work on other graphics APIs.

See the blog post here for more details.

ImGui window not visible in recording software

Usage

  • Open with Visual Studio and compile.
  • Load into a DirectX 9 game using a library loader.

About

ImGui DX9 example via the Steam overlay renderer

https://aixxe.net/2017/09/steam-overlay-rendering

License:MIT License


Languages

Language:C++ 78.3%Language:C 21.7%