From 7699c930b0fbdc59110e1d72ad678ad7ff90c719 Mon Sep 17 00:00:00 2001 From: DasMoorhuhn Date: Thu, 12 Dec 2024 03:56:19 +0100 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ba91a6b..64c9b20 100644 --- a/README.md +++ b/README.md @@ -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.