wizdraw
- Tiny no_std crate to fill and stroke composite bezier curves (SIMD/SSAA)
- Pixels are [R, G, B, A] values with 8-bit components
- Point coordinates are pairs of
f32
simd
: include SIMD code, which can speed rendering up when anti-aliasing is used.stroke
: include theutil::stroke_path
utility function.
By default, this crate doesn't use SIMD because a nightly toolchain is required for that.
wizdraw
: the main cratewizdraw-demo-web
: demo of wizdraw on the web using wasm-bindgen