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!
- Host: GitHub
- URL: https://github.com/itsyakub/zoomer
- Owner: itsYakub
- License: mit
- Created: 2024-10-18T16:28:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:39:23.000Z (6 months ago)
- Last Synced: 2025-02-10T13:13:21.289Z (3 months ago)
- Topics: app, application, c, c-lang, c-language, lang-c, opengl, opengl4, sdl, sdl2, sdl2-application, tool, utility, utility-application, x11, zoom, zoomer
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).