1 unstable release
| 0.0.1 | May 19, 2023 |
|---|
#57 in #2d-rendering
660KB
15K
SLoC
tiny-skia is a tiny Skia subset ported to Rust.
tiny-skia API is a bit unconventional.
It doesn't look like cairo, QPainter (Qt), HTML Canvas or even Skia itself.
Instead, tiny-skia provides a set of low-level drawing APIs
and a user should manage the world transform, clipping mask and style manually.
See the examples/ directory for usage examples.
Ruisa
Ruisa is a light-weighted 2D graphic library for drawing Text(developing), Geometries, and Images.
Ruisa implment in pure rust.
This is a fork of the tiny-skia crate. We make the interface more friendly. The image library is used to handle image formats.
License
The same as used by Skia: New BSD License
Dependencies
~4.5MB
~78K SLoC