Dynamic Wallpaper
Dynamic Wallpaper is a C++ project that takes a video file, extracts each frame as an image, and sequentially sets those frames as the desktop wallpaper, creating a live animated wallpaper effect for Windows.
- 🎞️ Converts a video into a sequence of frame images
- 🖼️ Dynamically updates the desktop wallpaper using Windows API calls
- 💡 Fun experiment combining C++ programming and Windows system integration
This was a fun project to explore C++ and the Windows API, learning about system-level programming and creative desktop automation.