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)
- Host: GitHub
- URL: https://github.com/rdbo/gl-basehook
- Owner: rdbo
- Created: 2020-12-19T20:59:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T00:00:10.000Z (over 5 years ago)
- Last Synced: 2025-04-10T01:14:59.242Z (about 1 year ago)
- Language: C++
- Size: 726 KB
- Stars: 16
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!