This is the source code of my macOS app Desktop Pets!.
As you can guess, it brings Desktop Pets to macOS 🚀
Like the app? Join our Discord!
It's just a cute little pet or animal that lives in your computer.
The most popular one was probably the eSheep for Windows 95.
Hope you like them too!
For daily use I recommend getting the App from the App Store.
Alternatively, you can download the latest release from GitHub or build from source (see below).
- A window with transparent background moves around according to pet position
- Windows are detected as obstacles
- A lot of hard work with Aseprite
Starting from version 2.20 you can now create custom pets, please check the documentation.
Contributors get a shout out in the app, just saying... 😏
- Download and setup Xcode
- Open the
DesktopPets
workspace - Give Xcode some time to figure out dependencies...
- Run
No, no need! Just design your characters and follow the instructions, good luck!
Unfortunately, Xcode does not like local swift packages very much. In case you get any error about missing packages, try the following:
- Clean build folder (Product > Clean)
- Reset Packages Cache (Package Dependencies > Right Click)
- Wait for process completion
- Close and re-open Xcode
- Build