An open API service indexing awesome lists of open source software.

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 ๐Ÿ˜€)

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.
![Preview](images/image1.png)