Skip to content

skynet-core/terminal-image-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Preview RGB(A) images in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published