ImGui Standalone Save

D3D11 ImGui External (x86 / x64) - EXE / DLL ImGui External Menu

Project README
            ____          ______      _    _____ __                  __      __          
           /  _/___ ___  / ____/_  __(_)  / ___// /_____ _____  ____/ /___ _/ /___  ____  ___
           / // __ `__ \/ / __/ / / / /   \__ \/ __/ __ `/ __ \/ __  / __ `/ / __ \/ __ \/ _ \
         _/ // / / / / / /_/ / /_/ / /   ___/ / /_/ /_/ / / / / /_/ / /_/ / / /_/ / / / /  __/
        /___/_/ /_/ /_/\____/\__,_/_/   /____/\__/\__,_/_/ /_/\__,_/\__,_/_/\____/_/ /_/\___/
                                                                                     
                                                                                   
                                   D3D11 ImGui External (x86 / x64)
                                    EXE / DLL ImGui External Menu

C++ Windows x86 x64

:open_book: Project Overview :

ImGui Standalone use D3D11 to create GUI application with ImGui or for games that does not use DirectX and games which ImGui block the render.

You can easily use it as a DLL for external in an internal cheat or build GUI application with ImGui. Everything is setup you just need to choose between DLL or EXE. ImGui Standalone create his own window, if you use it as a DLL you main process don't need to use DirectX.

This project works in x86 and x64, DLL and EXE.

Looking for a DirectX Overlay ?

Used librairies :

:rocket: Getting Started

Note
Make sure that DXSDK_DIR is declared in your environment variables.

To see your environment variables :

Settings --> System --> About --> System Advanced Settings --> Environment Variables

Visual Studio :

  1. Open the solution file (.sln).
  2. Build the project in Release (x86 or x64)

Every configuration in x86 / x64 (Debug and Realese) are already configured with librairies and includes.

Everything is setup, you just need to choose between DLL or EXE.

Warning
If you have any linking error when compiling make sure that you have correctly install DirectX SDK.

🧪 Demonstration :

GUI Application (EXE - x64)

https://user-images.githubusercontent.com/48086737/165841805-e6bfc190-eaa4-4f0e-8e82-9b9f33bad249.mp4

Notepad Injection (DLL - x64)

The insert key is used to hide/show the menu.

https://user-images.githubusercontent.com/48086737/165843014-4a19ac67-ac33-4c47-acde-fa26b7b7e14d.mp4

Open Source Agenda is not affiliated with "ImGui Standalone" Project. README Source: adamhlt/ImGui-Standalone
Stars
189
Open Issues
0
Last Commit
8 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating