https://github.com/flaribbit/lua-changewallpaper
https://github.com/flaribbit/lua-changewallpaper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaribbit/lua-changewallpaper
- Owner: flaribbit
- Created: 2019-10-19T07:26:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T07:30:06.000Z (over 6 years ago)
- Last Synced: 2025-03-22T13:26:04.065Z (about 1 year ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.