Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a2p1k02/vyu

My crossplatform lightweight Image Viewer
https://github.com/a2p1k02/vyu

cpp image-viewer lightweight open-source opensource qt qt5

Last synced: about 1 month ago
JSON representation

My crossplatform lightweight Image Viewer

Awesome Lists containing this project

README

        

# Vyu is crossplatform lightweight Image Viewer

## Description:
Previously, it was a replacement for the standard Photo app from Windows 10.

But I revisited the concept and now it is a open-source lightweight cross-platform photo viewer application written under the GPL V3 license.

## How to build:
1. Install Qt5 (ex. for Arch Linux ```sudo pacman -S qt5```)
2. Build project: ```mkdir build && cd build && cmake .. && make```
3. Execute: ```./vyu```

## Shortcuts:
| Action | Shortcut |
| ------------- |:-------------:|
| Open File | Ctrl + N |
| Exit | Ctrl + Q |
| Zoom In | Ctrl + = |
| Zoom Out | Ctrl + - |
| Zoom Reset | Ctrl + r |
| About vyu | Ctrl + / |

## Screenshots
***Start screen***


![Screenshot_20210707_100339](https://user-images.githubusercontent.com/35633190/124715058-357dc000-df0b-11eb-936d-655fe30a9eb6.png)


***Vyu after open picture***
![Screenshot_20210707_100407](https://user-images.githubusercontent.com/35633190/124715067-39a9dd80-df0b-11eb-85ef-df853caa0082.png)