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

#83 in Graphics APIs

Download history 60395/week @ 2024-01-05 63048/week @ 2024-01-12 69277/week @ 2024-01-19 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 64982/week @ 2024-04-12 54502/week @ 2024-04-19

254,333 downloads per month
Used in 274 crates (8 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