An open API service indexing awesome lists of open source software.

https://github.com/rdbo/gl-basehook

OpenGL2 BaseHook with Dear ImGUI implementation through my memory lib (rdbo/libmem)
https://github.com/rdbo/gl-basehook

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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!