Yet another zoomer application for Linux. This is an reimplementation of Boomer in C++. I did this because Alexey Kutepov said "better just rewrite this shit in C"
Well, it's C++ not C, but how bad that could be!
sudo apt-get install build-essential libgl1-mesa-dev libx11-dev libxext-dev libxrandr-dev libglu1-mesa-dev freeglut3-dev
g++ coomer.cpp -lGL -lGLU -lX11 -lXrandr -lXext -o coomer
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' |