13 unstable releases (4 breaking)

0.11.4 Feb 4, 2024
0.11.3 Dec 3, 2023
0.11.2 Oct 1, 2023
0.11.1 Jun 16, 2023
0.7.0 Jul 3, 2022

#85 in Graphics APIs

Download history 63197/week @ 2024-01-26 67515/week @ 2024-02-02 64274/week @ 2024-02-09 63743/week @ 2024-02-16 63870/week @ 2024-02-23 67686/week @ 2024-03-01 66084/week @ 2024-03-08 65697/week @ 2024-03-15 68509/week @ 2024-03-22 67887/week @ 2024-03-29 55878/week @ 2024-04-05 64944/week @ 2024-04-12 66338/week @ 2024-04-19 69219/week @ 2024-04-26 67037/week @ 2024-05-03 58015/week @ 2024-05-10

270,032 downloads per month
Used in 292 crates (10 directly)

BSD-3-Clause

215KB
5K SLoC

tiny-skia-path

Build Status Crates.io Documentation

A tiny-skia Bezier path implementation.

Provides a memory-efficient Bezier path container, path builder, path stroker and path dasher.

Also provides some basic geometry types, but they will be moved to an external crate eventually.

Note that all types use single precision floats (f32), just like Skia.

MSRV: stable

License

The same as used by Skia: New BSD License


lib.rs:

A tiny-skia Bezier path implementation.

Provides a memory-efficient Bezier path container, path builder, path stroker and path dasher.

Also provides some basic geometry types, but they will be moved to an external crate eventually.

Note that all types use single precision floats (f32), just like Skia.

Dependencies

~175–285KB