Veh is a fast, light-weight, and cross-platform image viewer. It is mainly aimed at command line users. The name veh borrows from the famous image viewer feh. veh is written in vello, an experimental 2D graphics rendering engine written in Rust, with a focus on GPU compute.
Prerequisite: You need to have Rust installed.
To install veh for a user
cargo install --git https://github.com/Boltzmachine/veh.git
It will install veh to ~/.cargo/bin
by default.
Or system-wide
sudo -E cargo install --git https://github.com/Boltzmachine/veh.git --root /usr/local # or other directory
veh <image_path>
For example,
veh assets/test.png
which will give you the result:
Now you can drag the image around by press the left button of your mouse. Middle wheel for zoom in or out.