Blazingly fast™ In-Game Overlay library for Windows.
- Zero copy overlay rendering.
- Window input capturing and blocking control.
- Multi window, multi surface support.
- Renderer detection, multi-API support (DirectX 9, DirectX 11, DirectX 12, OpenGL, Vulkan)
- Code signed overlay DLL.
| Logo | Project |
|---|---|
![]() |
Lyrs |
![]() |
Tosu |
| Logo | Description |
|---|---|
![]() |
Free code signing provided by SignPath.io, certificate by SignPath Foundation |
Examples are located in examples directory.
Run
pnpm build && pnpm --filter ingame-browser start <process_name>Pressing Left Shift + A will show ingame browser overlay and input will be redirected to browser window. Pressing again will close it.
- Run
pnpm build && cargo run -p noise-rectangle <pid>Glitching squares appear and disappear on target process.
- Run
cargo build -p egui-dll --releaseBuilds a DLL that shows a simple egui window on target process.
- Run
pnpm build && cargo run -p input-capture <pid>It will listen all inputs of the target process and block them until the process exit.
This project is dual licensed under MIT or Apache-2.0 License





