#simd #alpha #compositing #sequential #ssaa

no-std simd-blit

Alpha Compositing & SSAA, optionally using SIMD

2 stable releases

1.0.1 Aug 11, 2023
1.0.0 Jun 14, 2023

#253 in No standard library

Download history 6/week @ 2024-02-19 25/week @ 2024-02-26 6/week @ 2024-03-04 132/week @ 2024-03-11 13/week @ 2024-03-18 12/week @ 2024-03-25 34/week @ 2024-04-01 6/week @ 2024-04-08 5/week @ 2024-04-15

59 downloads per month
Used in 3 crates (via acrylic)

MIT license

11KB
263 lines

Alpha Compositing & SSAA, optionally using SIMD

If you want this crate to use SIMD, activate the simd feature; You will need a nightly toolchain for this to work, however.

If the feature is disabled, a sequential implementation is also provided.

Dependencies

~165KB