A repo inspired by Shirros/desktop-pet
https://willdev12.github.io/posts/update/
Here're some of the project's best features:
- Add images to animate your pet
- Select gifs for click hover and idle
- Add sounds to be played on click
- Specify width and height for display
- Generate on the go with no pre-setup required
- Make your own with NO CODE required
1. Clone repo
$ git clone -b new --single-branch https://github.com/WillDev12/csharp-desktop-pets.git
// or install a theme
$ git init
$ git remote add origin https://github.com/WillDev12/csharp-desktop-pets.git
$ git fetch origin
$ git checkout origin/themes -- "Name - Author"
2. Customise (optional)
Add images and edit data/pet.json
3. Run
$ ./csharp-desktop-pet.exe
To add a theme, please refer to /themes branch (store theme in a new folder titled "[PetName] - [Author]"). To change up how the program runs, edit the /new branch. (remember to save changes in /src too!)
Technologies used in the project:
- c#
- .net runtime
This project is licensed under the MIT license