https://github.com/rdbo/imgui-overlay
X11 + GLFW + Dear ImGUI Overlay
https://github.com/rdbo/imgui-overlay
Last synced: about 1 year ago
JSON representation
X11 + GLFW + Dear ImGUI Overlay
- Host: GitHub
- URL: https://github.com/rdbo/imgui-overlay
- Owner: rdbo
- License: mit
- Created: 2021-12-08T02:57:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:36:24.000Z (over 2 years ago)
- Last Synced: 2025-04-10T01:15:05.397Z (about 1 year ago)
- Language: C++
- Size: 632 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dear ImGUI Overlay
X11 + GLFW + Dear ImGUI Overlay made by rdbo
Based on https://github.com/rdbo/glfw-overlay
# How to use?
- In `main.c`, there is a `window_callback` function that determines which window to put the overlay on. Use the information provided (window ID, window Name, process ID) to chose.
- Still in `main.c`, there is a `render_callback` function that is run on the overlay's main loop. You can use it for rendering and other stuff.
## REMINDER
This was a test project, more of a PoC than anything 'professional'. I recommend making your own code rather than using this.