A GPU-accelerated live wallpaper for Windows that dynamically changes colors based on real-time CPU temperature.
It renders a smooth metaball animation using OpenGL (ModernGL) and embeds itself behind desktop icons.
- Reactive Visuals: Transitions from Cold Blue (<40°C) to Blood Red (>85°C).
- Smooth Interpolation: No stuttering or instant jumps; temperature and time are interpolated for fluid movement.
- System Tray Integration: Control the program directly from the taskbar.
- Desktop Integration: Renders directly to the Windows desktop (WorkerW), sitting behind your icons.
- Efficient: Uses GPU shaders for rendering to keep CPU usage minimal.
This application requires hardware sensor data.
- Download Open Hardware Monitor.
- Run the application.
- Enable the web server from:
Options->Remote Web Server->Run. - Ensure it is running on Port 8085 (Its default).
- Clone the repository.
- Install the required Python packages:
pip install -r requirements.txt