G2-Games / stupid_gifs

A gif player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stupid_gifs

A gif player, written in Rust using the pixels crate.

Simply runs a gif as fluidly as possible without dropping frames, even at the minimum frame time (1/100 second).

You can run the latest file in the releases section, or build it.

Running:

Just run cargo build --release in the repo after cloning, and you'll get a file selection window. Choose a gif, and it should play!

Keybinds:

Space:      Pause
P:          Hide/Show progress bar
Left/Right: Skip 5 seconds
Scroll:     Scrub through frames
Escape:     Kill the program

About

A gif player

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%