This commit is contained in:
DasMoorhuhn 2024-12-12 03:56:19 +01:00
parent 59b2ff1d21
commit 7699c930b0

View File

@ -4,6 +4,16 @@ A cute VPet for making your desktop more alive. inspired by [Chatty 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.