gameoverlay
gameoverlay copied to clipboard
🎮 GameOverlay using CEF with support for common rendering backends
GameOverlay
This project aims to provide a customizable gameoverlay using CEF.
It is still unfinished and in a very early state.
Hooking and drawing using common backends is already working,
just like rendering offscreen browsers with CEF.
Supported Backends
| Engine | x86 | x64 |
|---|---|---|
| DirectDraw | ✖ | ✖ |
| DirectX 8 | ✖ | ✖ |
| DirectX 9 | ✔ | ✔ |
| DirectX 10 | ✔ | ✔ |
| DirectX 11 | ✔ | ✔ |
| DirectX 12 | ✖ | ✖ |
| OpenGL | ✔ | ✔ |
| Vulkan | ✖ | ✖ |