# probe-xpet **Repository Path**: EEPPEE_admin/probe-xpet ## Basic Information - **Project Name**: probe-xpet - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-05 - **Last Updated**: 2025-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](xpet_logo_10x.png) #### xpet is a small desktop pet for x11 written in c --- ## build dependencies: * Xlib * Xext * Xpm build with: ``` make ``` you can edit `config.h` before building to change behavior or key bindings. Run with: ``` ./xpet ``` --- ## image structure Animation frames are stored as XPM files under `PET_ASSET_DIR`, grouped by state name. example: ``` neko/ idle/ 0.xpm ... 5.xpm sleeping/ 0.xpm ... 5.xpm walk_north/ 0.xpm 1.xpm ... ``` each directory name matches an animation state defined in `xpet.h`. frames are loaded in numeric order (`0.xpm`, `1.xpm`, ...) until no more are found