A living, animated sky wallpaper inspired by Chance the Rapper's Coloring Book album cover. Built as a single-file HTML/JS app using Three.js, designed to run as a macOS desktop and lock screen wallpaper via Wallper.
https://github.com/user-attachments/assets/sky-loop.mp4
https://github.com/Ed-Key/wallpaper/raw/main/sky-loop.mp4
- Warm pink/coral/peach sunset sky with procedural cloud morphing
- Twinkling star field detected from the background image
- Shooting stars at timed intervals
- God rays orbiting behind the subject
- Gentle color breathing, glow pulses, and vignette effects
- All animations loop seamlessly over 60 seconds
- Download
sky-loop.mp4 - Import into Wallper (or similar live wallpaper app)
- Set as desktop + lock screen wallpaper
python3 -m http.server 8080
# Open http://localhost:8080npm install
python3 -m http.server 8080 # in another terminal
node capture.mjs --full # renders 60s at native resolution- Three.js r128 (CDN)
- GLSL shaders for sky gradient, cloud morph, star twinkle, and god rays
- Puppeteer + ffmpeg for offline video capture