py-vpet/README.md
2024-12-12 03:56:19 +01:00

20 lines
960 B
Markdown

# PyVPet
A cute VPet for making your desktop more alive. inspired by [Chatty Desktop Pet](https://extranick.itch.io/chattty-desktop-pet)
This project aims for a more feature rich implementation plus being more efficient.
**Ideas**
- This VPet *could* work on multiple screens, probably will add support for it
- Implementing mini games like playing pong with the VPet
- The VPet can choose between a few activities while the user isn't interacting with it (sleeping, walking, etc)
- Add Windows as well as Linux support for all features
- The VPet will talk using speech bubbles about its mood or stats about the PC or whatever
- *Maybe* cute lil baby VPets
- A cute house for the VPet
- A template for creating own VPets using this project as sort of framework
## Getting started
The transparent window is created using PyQt5 and the images are drawn using OpenGL. This is just a proof of concept, if I find a better and easier solution, I'll go for it.