From 247d3f77bb83cefae9c7760c7ce84c5e45240190 Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Fri, 12 Jun 2026 21:11:59 +0000 Subject: Initial commit: eSheep Wayland desktop pet Python/GTK3/gtk-layer-shell port of the classic Windows eSheep. All 54 original animations via the upstream animations.xml sprite sheet. Features beyond the base animation engine: - Window walking via Wayfire IPC - UFO abduction sequence (drawn procedurally) - Flower-sniff: anim 26 + sprite overlay (anim 27) - Soft/hard landing bounce (patched anim 9/10 seq_nexts) - Periodic small hop to trigger natural bounce without windows - Click-to-drag sheep with mouse - Multi-sheep bump and greet interactions - --count, --daemon, --exit flags Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bbe7b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +*.pyo -- cgit v1.2.3