# ImGui External Overlay [![C++](https://img.shields.io/badge/language-C%2B%2B-%23f34b7d.svg?style=for-the-badge&logo=appveyor)](https://en.wikipedia.org/wiki/C%2B%2B) [![Windows](https://img.shields.io/badge/platform-Windows-0078d7.svg?style=for-the-badge&logo=appveyor)](https://en.wikipedia.org/wiki/Microsoft_Windows) [![x64](https://img.shields.io/badge/arch-x64-green.svg?style=for-the-badge&logo=appveyor)](https://en.wikipedia.org/wiki/X64) ๐Ÿ“– **Overview of the project** It's a [DirectX9](https://www.microsoft.com/en-us/download/details.aspx?id=6812) [ImGui](https://github.com/ocornut/imgui) External overlay project written in C++ ๐Ÿ›  **Used librairies :** - [DirectX](https://www.microsoft.com/en-us/download/details.aspx?id=6812) - [ImGui](https://github.com/ocornut/imgui) ๐Ÿงช **How do use this project ?** * clone the project. * Add the imgui files to your project. * If you are getting compile error, include DirectX SDK in your project. > Open your project setting --> Navigate to VC++ Directories --> On the right, select Includepaths --> A new window will open, that lets you new include paths. Add a new include path by hitting the New Row button in the top right --> Now you will have to navigate to your DirectX SDK installation directory and select the Include folder. ๐ŸŽจ **Demonstration** ![enter image description here](https://raw.githubusercontent.com/3r4y/imgui-external-overlay/main/img/poc.png)