feather/README.md
Small standalone macOS/Metal harness for iterating on feathering without the full Defold text pipeline.
Current scope:
Build:
cd feather
./build.sh
Run:
./build/feather_harness --output build/l_shape.png
Interactive mode:
./build/feather_harness --interactive --width 768 --height 768 --feather 28 --output build/l_shape.png
Useful flags:
./build/feather_harness --output build/l_shape.png --width 512 --height 512 --feather 28
./build/feather_harness --interactive --output build/l_shape.png --feather 28
./build/feather_harness --help
Interactive controls:
S: save a PNG with a unique iteration suffixThe current feather amount is shown in the top-right corner of the window.
Notes: