# About

[](https://crates.io/crates/jiao)
[](https://docs.rs/jiao)


Jiao is a cross platform 2D vector graphics library.
- [Documentation](https://docs.rs/jiao)
- [Release notes](https://github.com/RustVis/jiao/releases)
## Related Projects
- [skia](https://github.com/google/skia)
- [tiny-skia](https://github.com/RazrFalcon/tiny-skia)
- [piet](https://github.com/linebender/piet), An abstraction for 2D graphics.
- [raquote](https://github.com/jrmuizel/raqote), Rust 2D graphics library
- [Pathfinder 3](https://github.com/servo/pathfinder), A fast, practical GPU rasterizer for fonts and vector graphics
- [WebRender](https://github.com/servo/webrender), A GPU-based renderer for the web
- [Vello](https://github.com/linebender/vello), An experimental GPU compute-centric 2D renderer.
- [Spinel](https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/src/graphics/lib/compute/spinel/), Spinel is a high-performance GPU-accelerated vector graphics, compositing and image processing pipeline for Vulkan 1.2 GPUs.
## License
This crate is released under [LGPL-3.0](LICENSE) license.