#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

#356 in No standard library


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

~225KB