https://github.com/xorhpp/blinker
A little application to remind you to blink (I don't know why I made this, but here it is ๐)
https://github.com/xorhpp/blinker
blinker cpp cpp20 imgui imgui-standalone
Last synced: 11 months ago
JSON representation
A little application to remind you to blink (I don't know why I made this, but here it is ๐)
- Host: GitHub
- URL: https://github.com/xorhpp/blinker
- Owner: xorhpp
- License: gpl-3.0
- Created: 2025-07-10T20:23:08.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-10T21:36:33.000Z (11 months ago)
- Last Synced: 2025-07-11T02:38:08.488Z (11 months ago)
- Topics: blinker, cpp, cpp20, imgui, imgui-standalone
- Language: C++
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_______ ___ __ _____ ___ __ ___ _______ _______
| _ "\ |" | |" \ (\" \|" \ |/"| / ")/" "| /" \
(. |_) :)|| | || | |.\\ \ |(: |/ /(: ______)|: |
|: \/ |: | |: | |: \. \\ || __/ \/ | |_____/ )
(| _ \\ \ |___ |. | |. \ \. |(// _ \ // ___)_ // /
|: |_) :)( \_|: \ /\ |\| \ \ ||: | \ \(: "||: __ \
(_______/ \_______)(__\_|_)\___|\____\)(__| \__)\_______)|__| \___)
D3D11 ImGui External (x86 / x64)
EXE / DLL ImGui External Menu
```
Thanks to [adamhlt/ImGui-Standalone](https://github.com/adamhlt/ImGui-Standalone) for the foundation.
---
## ๐ Project Overview
This project is a **DirectX 11 External Overlay** using **Dear ImGui**, capable of running in both:
- ๐ต**EXE (standalone executable) mode**
- โช**DLL (injectable) mode**
---
## โจ Features
- Fully functional **ImGui rendering** on top of any application (windowed)
- **Direct3D 11 backend**
- Example: fullscreen blinking with special overlay (idea by me)
---
## ๐ ๏ธ How to Build
1. Clone the repository
2. Open the solution
3. Build the project (Release x64)
---
## ๐งช Usage
- Press `F2` โ Toggle menu
- Press `F3` โ Exit application
If you are anoyed by the blinking, you can uncheck the checkbox in the menu.
