Files
wallpaper/README.md
2025-09-05 11:34:02 +02:00

15 lines
342 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
```