Windows 10 Dynamic Wallpaper Engine API without UI. Support video, HTML, EXE, IMG wallpaper. | 巨应动态壁纸引擎
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Windows10 Live Wallpaper Minimalist API
WallpaperApi.Initlize(Dispatcher);//Display video wallpaper WallpaperApi.ShowWallpaper(new WallpaperModel() { Path = "/xxx.mp4"},WallpaperManager.Screens[0]) //Display exe wallpaper WallpaperApi.ShowWallpaper(new WallpaperModel() { Path = "/xxx.exe"},WallpaperManager.Screens[0]) //Display HTML wallpaper WallpaperApi.ShowWallpaper(new WallpaperModel() { Path = "/xxx.html"},WallpaperManager.Screens[0]) //Display image wallpaper WallpaperApi.ShowWallpaper(new WallpaperModel() { Path = "/xxx.png"},WallpaperManager.Screens[0])
//Select files in this directory for testing LiveWallpaperEngine\LiveWallpaperEngine.Samples.NetCore.Test\WallpaperSamples
This document is translated by Google. If you find any grammatical problems, please don’t be stingy with your PR.
Thanks goes to these wonderful people (emoji key):
代码抄写狮 💻 🚧 🐛 📆 |
ADD-SP 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!