mnottale / linux-desktop-critters

Cute critters roaming on your linux desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critters

Have a cute creature roam on your Linux desktop, jumping from window to window.

critters.mp4

Dependencies

wmctrl (package wmctrl)
xwininfo (package x11-utils)

Building (tested with QT5)

qmake critters.pro
make

Running

./critters

critters will look for helper shell scripts in $PWD, do not run from other locations

Using your own animations

Pass on the command line a folder containing your animation frames.

They must be in the format "ANIMNAME_0FRAMENUM.png".

ANIMNAME must include the followings:

walk run jump bite idle sit standing sitting howl

plus a flipped version of each with "_r" suffix.

Credits

Embeded anim is "animated wolf 2d game sprite" by RobertBrooks.

About

Cute critters roaming on your linux desktop

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%Language:Python 0.0%Language:Shell 0.0%Language:QMake 0.0%