D3D11 ImGui menu for CS:GO/CS2
Go to file
2024-10-26 18:42:07 +03:00
backends Delete backends/readme.md 2024-09-27 20:04:53 +03:00
example_win32_directx11 Logo 2024-09-28 09:00:47 +03:00
libs Добавьте файлы проекта. 2024-09-27 19:38:37 +03:00
misc Delete misc/readme.md 2024-09-27 20:03:36 +03:00
.gitattributes Добавить .gitattributes и .gitignore. 2024-09-27 19:38:35 +03:00
.gitignore Добавить .gitattributes и .gitignore. 2024-09-27 19:38:35 +03:00
imconfig.h Add files via upload 2024-09-27 19:44:51 +03:00
imgui_demo.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui_draw.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui_freetype.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui_freetype.h Add files via upload 2024-09-27 19:44:51 +03:00
imgui_internal.h Add files via upload 2024-09-27 19:44:51 +03:00
imgui_menu.sln Добавьте файлы проекта. 2024-09-27 19:38:37 +03:00
imgui_settings.h Add files via upload 2024-09-27 19:44:51 +03:00
imgui_tables.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui_widgets.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui.cpp Add files via upload 2024-09-27 19:44:51 +03:00
imgui.h Add files via upload 2024-09-27 19:44:51 +03:00
imstb_rectpack.h Add files via upload 2024-09-27 19:44:51 +03:00
imstb_textedit.h Add files via upload 2024-09-27 19:44:51 +03:00
imstb_truetype.h Add files via upload 2024-09-27 19:44:51 +03:00
README.md Update README.md 2024-10-26 18:42:07 +03:00

Include yourself SDK and FreeType sources

ImGui menu 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 DLL/EXE.

🚀 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 : Open the solution file (.sln). Build the project in Release (x86) Every configuration in x86 (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 - x86)

https://github.com/user-attachments/assets/7cb85929-0472-4b07-9cb4-46048e73981e