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: 7 months ago
JSON representation
My crossplatform lightweight Image Viewer
- Host: GitHub
- URL: https://github.com/a2p1k02/vyu
- Owner: a2p1k02
- License: gpl-3.0
- Created: 2021-04-09T14:46:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T06:17:58.000Z (over 4 years ago)
- Last Synced: 2025-01-14T23:36:38.973Z (about 1 year ago)
- Topics: cpp, image-viewer, lightweight, open-source, opensource, qt, qt5
- Language: C++
- Homepage:
- Size: 2.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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***

***Vyu after open picture***
