https://github.com/exponefrv1/live-wallpaper-raw
Raw code of live wallpapers for overview.
https://github.com/exponefrv1/live-wallpaper-raw
live live-wallpaper livewallpaper wallpaper-changer wallpaper-engine wallpapers
Last synced: 5 months ago
JSON representation
Raw code of live wallpapers for overview.
- Host: GitHub
- URL: https://github.com/exponefrv1/live-wallpaper-raw
- Owner: Exponefrv1
- License: mit
- Created: 2023-08-26T11:54:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T12:38:31.000Z (about 2 years ago)
- Last Synced: 2025-03-31T05:41:27.537Z (7 months ago)
- Topics: live, live-wallpaper, livewallpaper, wallpaper-changer, wallpaper-engine, wallpapers
- Language: C++
- Homepage:
- Size: 24.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Live Wallpapers with Windows 8+ support
Raw code of live wallpapers for overview.
Finds WorkerW window and creates new one as child.
Probably, it'll help someone in representation of Live Wallpapers for Desktop.## Requirements
Included headers:
* Windows.h
* Dshow.hDirectShow requires two additional requirements:
* Quartz.lib
* Strmiids.lib## Instructions
Edit WIDTH, HEIGHT and WP_PATH macros in "main.h".
Compile and run.
To close use Task Manager.