🎯 A lightweight External Overlay template using Dear ImGui and DirectX11 for Windows (x86/x64). Ideal for game overlays, data visualization tools, or custom UI layers running independently from the target application.
- ✅ External transparent overlay window
- ✅ Renders via DirectX11
- ✅ Built with Dear ImGui
- ✅ Click-through support (optional)
- ✅ Easy to move, interact, and extend
- ✅ Clean and minimal codebase for easy learning and customization
- Visual Studio 2022
- Windows SDK
- C++ 14 or newer
- Clone the repository:
git clone https://github.com/0x01code/ImGUI-Overlay-Template.git
- Open ImGUI-Overlay-Template.sln in Visual Studio
- Set the build configuration to Release x86 or Release x64
- Build the solution (Ctrl + Shift + B)
This project is licensed under the MIT License — feel free to use, modify, and redistribute.
