Files
wallpaper/README.md
2025-09-06 16:28:38 +02:00

18 lines
368 B
Markdown

# wallpaper
## Quick start
```console
$ make
# generate distance field with 50px search radius
# note that i already ship a generated distance field
$ ./distance_field_generator ./resources/textures/background_mask.png ./resources/textures/background_distance_field.png 50
# run wallpaper, image paths are customizables
$ ./wallpaper
# install
$ make install
```