ImageViewer — inspired by Google's Picasa Image Viewer from Picasa.
(The name of the project may change in the future.)
- Semi-transparent background
- Basic image loading and rendering
- Support for PNG, JPEG, WebP etc. (WIP)
- Image zoom&move around on screen
- Settings
- Cool UI?
- Arrow image navigation (inside app)
- Image rotation
- Smooth animations
- Linux
- ...
ESCorQ- Close WindowD- Toggle Debug info- ...
Make sure you have installed: CMake, Ninja, vcpkg, Clang/LLVM
My personal recommendation for windows users, use scoop, it will setup PATH values and etc for you.
# faster download via scoop
scoop install aria2
# tools
scoop install main/cmake main/ninja main/vcpkg main/llvmImportant
Also on windows you need MSVC build headers/stdlibs etc. You can just install it anywhere via Visual Studio Installer.
You have 4 options:
- Debug
- Release
- RelWithDebInfo
- MinSizeRel
Generate make files
cmake --preset DebugBuild project
cmake --build --preset Debug