Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 521 Bytes

Terminal Image Preview

dependencies

clang++ - Compiler
cmake   - C/C++ build tool
ninja   - C/C++ build tool
git     - to fetch dependencies (FXTUI and STB)

build

cmake -S ./ --preset=unix-clang-x64-release     # or windows-clang-x64-release
cmake --build --preset=unix-clang-x64-release   # or windows-clang-x64-release

run

./build/${preset}/ImagePreview/ImagePreview ./images/car.png

hit `q` key to exit

example

example