Skip to content

K3rhos/imgui_dx11_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImGUI DirectX 11 Base

This is a clean Universal ImGui DirectX11 base project I made for my personal usages, using C++ 20.

Note

This project is a base made for learning and testing purposes, this is not a ready to use dll, there is no features relative to a specific game.

Demo

How to use

  • Compile the dll using Visual Studio 2022
  • Use a dll injector to inject the previously compiled one into the game.

Tip

I personally recommend using System Informer to inject your dll during testing or you can also build/use your own injector.

Warning

Make sure to use this dll into singleplayer games only, I'm not responsible of any game bans this could lead to.