Thanks to visit codestin.com
Credit goes to lib.rs

#image-viewer #opengl #rotation #winit #full-screen #esc #pan

app imeye-rs

A simple image viewer written in Rust using OpenGL and winit

1 unstable release

new 0.1.0 Dec 6, 2025

#4 in #esc

BSD-2-Clause

29KB
603 lines

Imeye-rs

Simple image viewer (Spiritual successor to imeye written in C)

Building

git clone https://github.com/Dr-42/imeye-rs
cd imeye-rs
cargo build --release

Controls

Key Action
Esc Close
Left Previous image
Right Next image
Up Zoom in
Down Zoom out
F Toggle fullscreen
W Move image up
S Move image down
A Move image left
D Move image right
Q Rotate anticlockwise
E Rotate clockwise
R Reset view
Click and drag Pan image
Scroll wheel Zoom in/out

Dependencies

~6–24MB
~286K SLoC