/GL-BaseHook

OpenGL2 BaseHook with Dear ImGUI implementation through my memory lib (rdbo/libmem)

Primary LanguageC++

GL BaseHook by rdbo

This project is a basehook for any game/program that uses OpenGL (Windows). It hooks the function wglSwapBuffers and the Window Proc, and implements Dear ImGUI using my memory lib.

How to use

First of all, you have to make sure you have Visual Studio installed.
Then, you just need to open the solution on VS and do the changes you want.
I also recommend turning on the option Show All Files on Visual Studio for a better view of the project.
Have fun!