Skip to content

0x01code/ImGUI-Overlay-Template

Repository files navigation

ImGUI Overlay Template

🎯 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.

🔧 Features

  • ✅ 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

🚀 Getting Started

Prerequisites

  • Visual Studio 2022
  • Windows SDK
  • C++ 14 or newer

Build Instructions

  1. Clone the repository:
git clone https://github.com/0x01code/ImGUI-Overlay-Template.git
  1. Open ImGUI-Overlay-Template.sln in Visual Studio
  2. Set the build configuration to Release x86 or Release x64
  3. Build the solution (Ctrl + Shift + B)

📸 Screenshot

screenshot

📄 License

This project is licensed under the MIT License — feel free to use, modify, and redistribute.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors