https://github.com/junaire/coomer
Yet another zoomer application for Linux
https://github.com/junaire/coomer
Last synced: 5 months ago
JSON representation
Yet another zoomer application for Linux
- Host: GitHub
- URL: https://github.com/junaire/coomer
- Owner: junaire
- Created: 2024-10-04T08:10:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T01:41:55.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:19:43.946Z (over 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coomer
> Yet another zoomer application for Linux. This is an reimplementation of [Boomer](https://github.com/tsoding/boomer) in C++. I did this because Alexey Kutepov said ["better just rewrite this shit in C"](https://youtu.be/81MdyDYqB-A?t=669)
>
> Well, it's C++ not C, but how bad that could be!
## Dependencies
```bash
sudo apt-get install build-essential libgl1-mesa-dev libx11-dev libxext-dev libxrandr-dev libglu1-mesa-dev freeglut3-dev
```
## Build
```bash
g++ coomer.cpp -lGL -lGLU -lX11 -lXrandr -lXext -o coomer
```
## Controls
| Key | Description |
| ----------------------------------- | --------------------------------------------- |
| =, Scroll up | Zoom in |
| -, Scroll down | Zoom out |
| 0 | Reset scale, delta scale, position & velocity |
| f | Toggle flashlight |
| Control + scroll | Change flashlight radius |
| q, ESC | Quit coomer |
| Left click drag | Move the desktop 'image' |