https://github.com/rdbo/glfw-overlay
GLFW Overlay for X11
https://github.com/rdbo/glfw-overlay
Last synced: 10 months ago
JSON representation
GLFW Overlay for X11
- Host: GitHub
- URL: https://github.com/rdbo/glfw-overlay
- Owner: rdbo
- Created: 2021-12-03T18:14:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T01:41:09.000Z (over 4 years ago)
- Last Synced: 2025-05-15T19:41:33.542Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLFW Overlay
X11 + GLFW Overlay made by rdbo
# 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.