An open API service indexing awesome lists of open source software.

https://github.com/flaribbit/lua-changewallpaper


https://github.com/flaribbit/lua-changewallpaper

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# change wallpaper with lua (windows only)

## how to build
```
make
```
or
```
gcc wallpaper.c lua53.dll -shared -s -O2 -DNDEBUG -o ChangeWallpaper.dll
```
## how to use
Follow `test.lua`
## Is there dll version?
Go to release tab.