Skip to content

Magnifier application for Linux and Window in C!

License

Notifications You must be signed in to change notification settings

itsYakub/Zoomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomer 🤓

"I think I should rewrite this shit in C already" ~Tsoding

Overview

Zoomer is a magnifirer application - utility for linux and windows.

(NOTE: Windows support is going to be added in the near future.)

Getting started:

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!

Dependencies:

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.

Licence:

This project is under the MIT LICENCE.