Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.07 KB

Veh

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.

Installation

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

Usage

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.