2 unstable releases

0.1.0 May 5, 2021
0.0.0 Feb 9, 2021

#775 in Graphics APIs

32 downloads per month

MIT license

21KB
500 lines

image-convolution

Crates.io Docs

Run parallel image convolution on GPU, implemented with wgpu and wgsl.

Run examples:

cargo run --example gaussian -- IMAGE_FILE
cargo run --release --example gradient -- IMAGE_FILE

Dependencies

~16–21MB
~214K SLoC