Skip to content

whytheplatypus/fig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fig

An animated wallpaper tool for gifs

desktop gifs in this example are by waneella

Using paperview as a prompt this is the second tool in the series for practicing writting the same behavior multiple times and in different languages. The first was zaper. The goal for this round is to accept gif files without any preprocessing needed.

Dependencies:

You may need sdl2_image in order to build.

On Arch: sudo pacman -S sdl2_image

On something with apt: apt install libsdl2-image-dev

Building:

cargo build

Installation:

cargo install --git https://github.com/whytheplatypus/fig.git

Usage

fig <wallpaper.gif>...

Stopping

killall -9 fig

Releases

No releases published

Packages

No packages published

Languages