Git Product home page Git Product logo

d3d11-overlay-imgui's Introduction

      ____ _____ ____ ______   ____                  __               ____          ______      _ 
     / __ \__  // __ <  <  /  / __ \_   _____  _____/ /___ ___  __   /  _/___ ___  / ____/_  __(_)
    / / / //_ </ / / / // /  / / / / | / / _ \/ ___/ / __ `/ / / /   / // __ `__ \/ / __/ / / / /
   / /_/ /__/ / /_/ / // /  / /_/ /| |/ /  __/ /  / / /_/ / /_/ /  _/ // / / / / / /_/ / /_/ / /
  /_____/____/_____/_//_/   \____/ |___/\___/_/  /_/\__,_/\__, /  /___/_/ /_/ /_/\____/\__,_/_/
                                                         /____/                             

                              
                                D3D11 Overlay with ImGui (x86 / x64)
                                   EXE / DLL DirectX 11 Overlay

C++ Windows x86 x64

๐Ÿ“– Project Overview :

D3D11 Overlay ImGui use D3D11 to create a DirectX window with ImGui, and this allow you to draw on top of games / application.

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

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

Features :

  • Hide your cheats from OBS or any window capture app.
  • Create cheat with ImGui on games that don't use DirectX.
  • Allow creation of internal / external cheats.
  • Easy to build, everything is setup.

Used librairies :

๐Ÿš€ 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 :

DLL - OBS DEMO

Demo.mp4

EXE - Overlay Window Picker

Demo.mp4

d3d11-overlay-imgui's People

Contributors

adamhlt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

d3d11-overlay-imgui's Issues

Desktop window manager (DWM) high gpu usage!

Hello, there is a problem with DWM when using LWA_ALPHA, this flag will decrease the performance a lot. In my case it uses 20-30% GPU and that's a lot.
I also have my own project based on directx11 for an external overlay and after I optimized most of my program I realized there are low usage % but still unstable fps and sent me to this process that's eating my GPU after running the overlay.
I couldn't find a fix for this but people suggested making the back buffer transparent since your window is already transparent from the flag WS_EX_TRANSPARENT in CreateWindowExW.
I saw your other repository called Imgui-Standalone and after a quick run it doesn't affect DWM's performance that much, a choppy fix would be to create the window as fullscreen and just limit the "ImGui::Begin" to targeted client's window dimensions. I didn't have the time to go through your both project's code, I just realized you got the same method for making the window transparent as me. I am sorry for this, I will go through it in-depth tomorrow and come with edits/news if any.

Errors during compilation

I had these problems when compiling. I have DXSDK_DIR declared in environment variables and the latest version of DirectX installed. I also set the path to DirectX in Properties in VC++ Directories in Include Directories
CompileErrors

how to display image

hello , could you please add or give me example of how to display image from memory and from file path.
thanks.

Mouse Move

Hello, I'd like to know how to make sure that when I press the insert key my mouse can move freely because on fps games I can only move my mouse by clicking on the right click because the game blocks the mouse in the middle of the screen and I'd like to know if it's possible to block that the game can control the mouse (sorry if I expressed myself badly).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.