Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.34 KB

File metadata and controls

52 lines (38 loc) · 1.34 KB

dazum

dazum is a zoom application that aims to be a nice zoom tool for any OS. Inspired by boomer and made with raylib.

Preview

preview.webm

Requirements

On Linux (Debian/Ubuntu) running this should be enough:

sudo apt install git build-essential libx11-dev

Installation

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

Features

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

Contributing

If you find any bug or have any suggestion, please open an issue here.