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.

This was a fun project to explore C++ and the Windows API, learning about system-level programming and creative desktop automation.

🔗 View Repository