feat: distance field approach

This commit is contained in:
2025-09-05 11:34:02 +02:00
parent 2aca6c5b1f
commit dc9de39aa5
12 changed files with 298 additions and 146 deletions

View File

@@ -1 +1,14 @@
# wallpaper
# 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
```