dazum is a zoom application that aims to be a nice zoom tool for any OS. Inspired by boomer and made with raylib.
preview.webm
- git
- C compiler (clang, gcc, cc)
- make
- raylib 5.0
- stb_image_write.h
On Linux (Debian/Ubuntu) running this should be enough:
sudo apt install git build-essential libx11-dev
Clone the repository and build the program
git clone https://github.com/SrVariable/dazum
cd dazum
make
It will create dazum
, you can run it with
./dazum
Control | Description |
---|---|
0 | Reset camera |
Mouse Button Left | Drag camera |
esc or q | Close dazum |
f | Toggle flashlight mode |
Mouse Wheel Up | Zoom in |
Mouse Wheel Down | Zoom out |
Ctrl + Mouse Button Up | Increase flashlight radius |
Ctrl + Mouse Button Down | Decrease flashlight radius |
If you find any bug or have any suggestion, please open an issue here.