Zoomer is a magnifirer application - utility for linux and windows.
(NOTE: Windows support is going to be added in the near future.)
0. Prerequesites:
1. Clone this repository:
$ git clone https://github.com/itsYakub/Zoomer.git
$ cd Zoomer/
2. Create a build directory:
$ mkdir bin/
$ cd bin/
3. Build the project using CMake:
$ cmake ..
$ cmake --build .
...That's it!
This project works thanks to these libraries:
- glad: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
- SDL2: Simple Directmedia Layer.
- X11: X Window System.
This project is under the MIT LICENCE.