{"id":22890068,"url":"https://github.com/adamhlt/d3d11-overlay-imgui","last_synced_at":"2025-03-31T20:45:19.181Z","repository":{"id":188048934,"uuid":"678010404","full_name":"adamhlt/D3D11-Overlay-ImGui","owner":"adamhlt","description":"D3D11 Overlay with ImGui (x86 / x64) - EXE / DLL DirectX 11 Overlay","archived":false,"fork":false,"pushed_at":"2023-08-21T14:45:07.000Z","size":768,"stargazers_count":98,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T00:47:40.849Z","etag":null,"topics":["cheat","d3d11","directx","directx11","game-hacking","imgui","overlay"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamhlt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-13T11:51:09.000Z","updated_at":"2025-03-20T23:55:27.000Z","dependencies_parsed_at":"2023-08-13T14:13:05.493Z","dependency_job_id":null,"html_url":"https://github.com/adamhlt/D3D11-Overlay-ImGui","commit_stats":null,"previous_names":["adamhlt/d3d11-overlay-imgui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FD3D11-Overlay-ImGui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FD3D11-Overlay-ImGui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FD3D11-Overlay-ImGui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamhlt%2FD3D11-Overlay-ImGui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamhlt","download_url":"https://codeload.github.com/adamhlt/D3D11-Overlay-ImGui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246540160,"owners_count":20793928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheat","d3d11","directx","directx11","game-hacking","imgui","overlay"],"created_at":"2024-12-13T21:58:16.489Z","updated_at":"2025-10-14T12:06:14.639Z","avatar_url":"https://github.com/adamhlt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n      ____ _____ ____ ______   ____                  __               ____          ______      _ \n     / __ \\__  // __ \u003c  \u003c  /  / __ \\_   _____  _____/ /___ ___  __   /  _/___ ___  / ____/_  __(_)\n    / / / //_ \u003c/ / / / // /  / / / / | / / _ \\/ ___/ / __ `/ / / /   / // __ `__ \\/ / __/ / / / /\n   / /_/ /__/ / /_/ / // /  / /_/ /| |/ /  __/ /  / / /_/ / /_/ /  _/ // / / / / / /_/ / /_/ / /\n  /_____/____/_____/_//_/   \\____/ |___/\\___/_/  /_/\\__,_/\\__, /  /___/_/ /_/ /_/\\____/\\__,_/_/\n                                                         /____/                             \n\n                              \n                                D3D11 Overlay with ImGui (x86 / x64)\n                                   EXE / DLL DirectX 11 Overlay\n```\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/language-C%2B%2B-%23f34b7d.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"C++\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platform-Windows-0078d7.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"Windows\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/arch-x86-red.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"x86\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/arch-x64-green.svg?style=for-the-badge\u0026logo=appveyor\" alt=\"x64\"\u003e\n\u003c/p\u003e\n\n## :open_book: Project Overview :\n\nD3D11 Overlay ImGui use D3D11 to create a DirectX window with ImGui, and this allow you to draw on top of games / application.\n\nYou can easily use it as a DLL for internal cheat and EXE for external. Everything is setup you just need to choose between DLL or EXE. D3D11 Overlay ImGui create his own window, if you use it as a DLL you main process don't need to use DirectX.\n\nThis project works in x86 and x64, DLL and EXE.\n\n#### Features :\n\n- Hide your cheats from OBS or any window capture app.\n- Create cheat with ImGui on games that don't use DirectX.\n- Allow creation of internal / external cheats.\n- Easy to build, everything is setup.\n\n#### Used librairies :\n\n- [DirectX SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812)\n- [ImGui](https://github.com/ocornut/imgui)\n\n## :rocket: Getting Started\n\n\u003e **Note** \u003cbr\u003e\n\u003e Make sure that **DXSDK_DIR** is declared in your environment variables.\n\nTo see your environment variables :\n\n\u003e **Settings --\u003e System --\u003e About --\u003e System Advanced Settings --\u003e Environment Variables**\n\n### Visual Studio :\n\n1. Open the solution file (.sln).\n2. Build the project in Release (x86 or x64)\n\nEvery configuration in x86 / x64 (Debug and Realese) are already configured with librairies and includes.\n\nEverything is setup, you just need to choose between DLL or EXE.\n\n\u003e **Warning** \u003cbr\u003e\n\u003e If you have any linking error when compiling make sure that you have correctly install DirectX SDK.\n\n## 🧪 Demonstration :\n\n**DLL - OBS DEMO**\n\n[Demo](https://github.com/adamhlt/D3D11-Overlay-ImGui/assets/48086737/1afe86bb-d1e7-4b09-a6dc-4c153770bfe5)\n\n**EXE - Overlay Window Picker**\n\n[Demo](https://github.com/adamhlt/D3D11-Overlay-ImGui/assets/48086737/5cb30859-7157-44ea-ba5c-9dad5ec66980)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamhlt%2Fd3d11-overlay-imgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamhlt%2Fd3d11-overlay-imgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamhlt%2Fd3d11-overlay-imgui/lists"}