distance-field Build Status Cargo Documentation License: GPL-3.0 Downloads

Library for generating distance field bitmaps to render as pseudo-vector images in a shader

Documentation

How to run

Checkout the repository and cd into it; then run:

cargo run --example generator -- img/input.png output.png 50 50

This will take the following image as input:

Rust logo

And generate a distance field:

Distance field