diff options
| author | Ken D'Ambrosio <ken@claude> | 2026-06-12 21:11:59 +0000 |
|---|---|---|
| committer | Ken D'Ambrosio <ken@claude> | 2026-06-12 21:11:59 +0000 |
| commit | 247d3f77bb83cefae9c7760c7ce84c5e45240190 (patch) | |
| tree | ae347a356c01353d018836ae8a259d57d209396a /.gitignore | |
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 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bbe7b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +*.pyo |
