An open API service indexing awesome lists of open source software.

https://github.com/itsyakub/zoomer

Magnifier application for Linux and Window in C!
https://github.com/itsyakub/zoomer

app application c c-lang c-language lang-c opengl opengl4 sdl sdl2 sdl2-application tool utility utility-application x11 zoom zoomer

Last synced: 3 months ago
JSON representation

Magnifier application for Linux and Window in C!

Awesome Lists containing this project

README

        



# **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:**
- [**git**](https://git-scm.com/)
- [**cmake**](https://cmake.org/)

**1. Clone this repository:**
```console
$ git clone https://github.com/itsYakub/Zoomer.git
$ cd Zoomer/
```

**2. Create a build directory:**
```console
$ mkdir bin/
$ cd bin/
```

**3. Build the project using CMake:**
```console
$ cmake ..
$ cmake --build .
```

**...That's it!**

## **Dependencies:**
This project works thanks to these libraries:
- [**glad**](https://github.com/Dav1dde/glad): Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
- [**SDL2**](https://github.com/libsdl-org/SDL): Simple Directmedia Layer.
- [**X11**](https://x.org/wiki/): X Window System.

## **Licence:**
This project is under the [**MIT LICENCE**](./LICENCE).